summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/X86ReadIdtr.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/X86ReadIdtr.c')
-rw-r--r--MdePkg/Library/BaseLib/X86ReadIdtr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/X86ReadIdtr.c b/MdePkg/Library/BaseLib/X86ReadIdtr.c
index dc6cfa5c44..94b2b10a20 100644
--- a/MdePkg/Library/BaseLib/X86ReadIdtr.c
+++ b/MdePkg/Library/BaseLib/X86ReadIdtr.c
@@ -21,7 +21,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.
If Idtr is NULL, then ASSERT().