summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/X86WriteIdtr.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/X86WriteIdtr.c')
-rw-r--r--MdePkg/Library/BaseLib/X86WriteIdtr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/X86WriteIdtr.c b/MdePkg/Library/BaseLib/X86WriteIdtr.c
index a25c9885a9..a2c5b545b9 100644
--- a/MdePkg/Library/BaseLib/X86WriteIdtr.c
+++ b/MdePkg/Library/BaseLib/X86WriteIdtr.c
@@ -21,7 +21,7 @@
Writes the current Interrupt Descriptor Table Register(GDTR) descriptor.
Writes the current IDTR descriptor and returns it in Idtr. This function is
- only available on IA-32 and X64.
+ only available on IA-32 and x64.
If Idtr is NULL, then ASSERT().