summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ia32/WriteDr5.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/WriteDr5.c')
-rw-r--r--MdePkg/Library/BaseLib/Ia32/WriteDr5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/WriteDr5.c b/MdePkg/Library/BaseLib/Ia32/WriteDr5.c
index 5b8dcae3f0..ee7b55c057 100644
--- a/MdePkg/Library/BaseLib/Ia32/WriteDr5.c
+++ b/MdePkg/Library/BaseLib/Ia32/WriteDr5.c
@@ -16,7 +16,7 @@
Writes a value to Debug Register 5 (DR5).
Writes and returns a new value to DR5. This function is only available on
- IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.
+ IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.
@param Value The value to write to Dr5.