summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/GraphicsLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Library/GraphicsLib.h')
-rw-r--r--MdePkg/Include/Library/GraphicsLib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/GraphicsLib.h b/MdePkg/Include/Library/GraphicsLib.h
index 50cb421370..2009febdaf 100644
--- a/MdePkg/Include/Library/GraphicsLib.h
+++ b/MdePkg/Include/Library/GraphicsLib.h
@@ -156,7 +156,8 @@ LockKeyboards (
@param[in] ForeGround Foreground color
@param[in] BackGround background color
@param[in] Fmt Print format sting. See definition of Print
- @param[in] ... Argumnet stream defined by Fmt string
+ @param ... Variable argument list whose contents are accessed based on
+ the format string specified by Format.
@return Number of Characters printed.