summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ia32/ReadIdtr.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/ReadIdtr.c')
-rw-r--r--MdePkg/Library/BaseLib/Ia32/ReadIdtr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/ReadIdtr.c b/MdePkg/Library/BaseLib/Ia32/ReadIdtr.c
index 0825c47b24..9c32d05ee2 100644
--- a/MdePkg/Library/BaseLib/Ia32/ReadIdtr.c
+++ b/MdePkg/Library/BaseLib/Ia32/ReadIdtr.c
@@ -20,7 +20,7 @@
Reads the current Interrupt Descriptor Table Register(GDTR) descriptor.
Reads and returns the current IDTR descriptor and returns it in Idtr. This
- function is only available on IA-32 and X64.
+ function is only available on IA-32 and x64.
@param Idtr Pointer to a IDTR descriptor.