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;