summaryrefslogtreecommitdiff
path: root/UnixPkg/UnixUgaDxe
diff options
context:
space:
mode:
Diffstat (limited to 'UnixPkg/UnixUgaDxe')
-rw-r--r--UnixPkg/UnixUgaDxe/UnixUgaScreen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/UnixPkg/UnixUgaDxe/UnixUgaScreen.c b/UnixPkg/UnixUgaDxe/UnixUgaScreen.c
index 85c104331b..ddd2fc28fb 100644
--- a/UnixPkg/UnixUgaDxe/UnixUgaScreen.c
+++ b/UnixPkg/UnixUgaDxe/UnixUgaScreen.c
@@ -258,7 +258,8 @@ UnixUgaBlt (
OriginalTPL = gBS->RaiseTPL (TPL_NOTIFY);
//
- // Package UGA Draw protocol parameters to UGA_BLT_ARGS structure to adapt to Unix UGA IO protocol.
+ // Pack UGA Draw protocol parameters to UGA_BLT_ARGS structure to adapt to
+ // UgaBlt() API of Unix UGA IO protocol.
//
UgaBltArgs.DestinationX = DestinationX;
UgaBltArgs.DestinationY = DestinationY;