diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-07-30 08:09:44 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-07-30 08:09:44 +0000 |
commit | c8e073513b8f6726b6f4c02fa4208a13d71fed30 (patch) | |
tree | b50ea7077e8c0fe2430296d52b692d8993ac53ce /UnixPkg | |
parent | ab5255fc7c531f29541605916d8dac152ce0d691 (diff) | |
download | edk2-c8e073513b8f6726b6f4c02fa4208a13d71fed30.tar.gz edk2-c8e073513b8f6726b6f4c02fa4208a13d71fed30.tar.bz2 edk2-c8e073513b8f6726b6f4c02fa4208a13d71fed30.zip |
Minor update code comment in last commitment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10722 6f19259b-4bc3-4df7-8a09-765794883524
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 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; |