diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/WriteDr3.c')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/WriteDr3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/WriteDr3.c b/MdePkg/Library/BaseLib/Ia32/WriteDr3.c index 4b1c04c8d1..55635865a7 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteDr3.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteDr3.c @@ -16,7 +16,7 @@ Writes a value to Debug Register 3 (DR3).
Writes and returns a new value to DR3. 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 Dr3.
|