summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ia32/FxSave.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/FxSave.c')
-rw-r--r--MdePkg/Library/BaseLib/Ia32/FxSave.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/FxSave.c b/MdePkg/Library/BaseLib/Ia32/FxSave.c
index a59d2a56f5..70183b790b 100644
--- a/MdePkg/Library/BaseLib/Ia32/FxSave.c
+++ b/MdePkg/Library/BaseLib/Ia32/FxSave.c
@@ -21,7 +21,7 @@
Saves the current floating point/SSE/SSE2 state to the buffer specified by
Buffer. Buffer must be aligned on a 16-byte boundary. This function is only
- available on IA-32 and X64.
+ available on IA-32 and x64.
@param Buffer Pointer to a buffer to save the floating point/SSE/SSE2 context.