update comments on implementation

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8389 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian 2009-05-26 10:04:43 +00:00
parent 392b3cf8b5
commit 57ee276f16
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ InternalPrintGraphic (
if (!EFI_ERROR (Status)) { if (!EFI_ERROR (Status)) {
ASSERT (RowInfoArray != NULL); ASSERT (RowInfoArray != NULL);
// //
// Line breaks are handled by caller of DrawUnicodeWeightAtCursorN, so the updated parameter RowInfoArraySize by StringToImage will // Explicit Line break characters are ignored, so the updated parameter RowInfoArraySize by StringToImage will
// always be 1 or 0 (if there is no valid Unicode Char can be printed). ASSERT here to make sure. // always be 1 or 0 (if there is no valid Unicode Char can be printed). ASSERT here to make sure.
// //
ASSERT (RowInfoArraySize <= 1); ASSERT (RowInfoArraySize <= 1);