]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Minor update code comment in last commitment.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 30 Jul 2010 08:09:44 +0000 (08:09 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 30 Jul 2010 08:09:44 +0000 (08:09 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10722 6f19259b-4bc3-4df7-8a09-765794883524

UnixPkg/UnixUgaDxe/UnixUgaScreen.c

index 85c104331bcc7480188ca9336384f34e47d1449e..ddd2fc28fb3d808a85a62ad49e462c17f3588f3f 100644 (file)
@@ -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;