Remove unrecognized chars in comment for all source C/h files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5354 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2008-06-19 11:15:44 +00:00
parent d33ef4e7c6
commit fd0d281b3c
17 changed files with 57 additions and 57 deletions

View File

@@ -113,7 +113,7 @@ EFI_STATUS
Arguments:
This - A pointer to the EFI_HII_IMAGE_PROTOCOL instance.
PackageList - Handle of the package list where this image will be searched.
ImageId - The image<EFBFBD><EFBFBD>s id,, which is unique within PackageList.
ImageId - The image's id,, which is unique within PackageList.
Image - Points to the image.
ImageSize - On entry, points to the size of the buffer pointed to by Image, in bytes. On return,
points to the length of the image, in bytes.
@@ -144,7 +144,7 @@ EFI_STATUS
Arguments:
This - A pointer to the EFI_HII_IMAGE_PROTOCOL instance.
PackageList - The package list containing the images.
ImageId - The image<EFBFBD><EFBFBD>s id,, which is unique within PackageList.
ImageId - The image's id,, which is unique within PackageList.
Image - Points to the image.
Returns:
@@ -182,7 +182,7 @@ EFI_STATUS
EFI_HII_DRAW_FLAG_CLIP is implied. If this points to a
NULL on entry, then a buffer will be allocated to hold
the generated image and the pointer updated on exit. It
is the caller<EFBFBD><EFBFBD>s responsibility to free this buffer.
is the caller's responsibility to free this buffer.
BltX, BltY - Specifies the offset from the left and top edge of the
output image of the first pixel in the image.
@@ -226,7 +226,7 @@ EFI_STATUS
EFI_HII_DRAW_FLAG_CLIP is implied. If this points to a
NULL on entry, then a buffer will be allocated to hold
the generated image and the pointer updated on exit. It
is the caller<EFBFBD><EFBFBD>s responsibility to free this buffer.
is the caller's responsibility to free this buffer.
BltX, BltY - Specifies the offset from the left and top edge of the
output image of the first pixel in the image.