Skip to content

Commit

Permalink
Fix Spellcheck Error in X64/DxePagingAuditTests.c (#140)
Browse files Browse the repository at this point in the history
## Description

The spellcheck interpreted DxePagingAuditTestsx86.c as containing the
word Testsx due to case sensitivity. Regardless, the header comment had
the incorrect file name. This update fixes the spellcheck issue by
updating the header comment.

- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?

## How This Was Tested

N/A - Comment change

## Integration Instructions

N/A
  • Loading branch information
TaylorBeebe authored Jan 10, 2023
1 parent b5efb5e commit 8e64972
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @file -- DxePagingAuditTestsArm64.c
/** @file -- DxePagingAuditTests.c
ARM64 implementations for DXE paging audit tests
Copyright (c) Microsoft Corporation.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @file -- DxePagingAuditTestsx86.c
x86 implementations for DXE paging audit tests
/** @file -- DxePagingAuditTests.c
X64 implementations for DXE paging audit tests
Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
Expand Down

0 comments on commit 8e64972

Please # to comment.