diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/ReadEs.c')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/ReadEs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/ReadEs.c b/MdePkg/Library/BaseLib/Ia32/ReadEs.c index 3c5c981ed7..3704125ea3 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadEs.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadEs.c @@ -19,7 +19,7 @@ Reads the current value of ES Data Segment Register (ES).
Reads and returns the current value of ES. This function is only available on
- IA-32 and X64.
+ IA-32 and x64.
@return The current value of ES.
|