diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/X86ReadIdtr.c')
-rw-r--r-- | MdePkg/Library/BaseLib/X86ReadIdtr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/X86ReadIdtr.c b/MdePkg/Library/BaseLib/X86ReadIdtr.c index 94b2b10a20..e0ad60b7a6 100644 --- a/MdePkg/Library/BaseLib/X86ReadIdtr.c +++ b/MdePkg/Library/BaseLib/X86ReadIdtr.c @@ -18,7 +18,7 @@ #include "BaseLibInternals.h"
/**
- Reads the current Interrupt Descriptor Table Register(GDTR) descriptor.
+ Reads the current Interrupt Descriptor Table Register(IDTR) descriptor.
Reads and returns the current IDTR descriptor and returns it in Idtr. This
function is only available on IA-32 and x64.
|