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