diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/WriteDr2.c')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/WriteDr2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/WriteDr2.c b/MdePkg/Library/BaseLib/Ia32/WriteDr2.c index c98bea53c8..d8a5a5be5e 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteDr2.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteDr2.c @@ -16,7 +16,7 @@ Writes a value to Debug Register 2 (DR2).
Writes and returns a new value to DR2. 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 Dr2.
|