diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/ReadGdtr.c')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/ReadGdtr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/ReadGdtr.c b/MdePkg/Library/BaseLib/Ia32/ReadGdtr.c index f2b242a957..da4733ea97 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadGdtr.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadGdtr.c @@ -22,7 +22,7 @@ Reads and returns the current GDTR descriptor and returns it in Gdtr. This
function is only available on IA-32 and x64.
- @param Gdtr Pointer to a GDTR descriptor.
+ @param Gdtr The pointer to a GDTR descriptor.
**/
VOID
|