diff options
Diffstat (limited to 'UnixPkg')
-rw-r--r-- | UnixPkg/UnixUgaDxe/UnixUgaScreen.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/UnixPkg/UnixUgaDxe/UnixUgaScreen.c b/UnixPkg/UnixUgaDxe/UnixUgaScreen.c index 85c1043..ddd2fc2 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; |