summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Efi
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-06-19 11:15:44 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-06-19 11:15:44 +0000
commitfd0d281b3c5999e9f4fa01f3ad26590e4a047dfc (patch)
tree91be3043660b8ad0cd7d830070f26c4c18526a7a /EdkCompatibilityPkg/Foundation/Efi
parentd33ef4e7c6e3374312e64371400c3b47d9359dc0 (diff)
downloadedk2-platforms-fd0d281b3c5999e9f4fa01f3ad26590e4a047dfc.tar.xz
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
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Efi')
-rw-r--r--EdkCompatibilityPkg/Foundation/Efi/Include/EfiHii.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Efi/Protocol/Hash/Hash.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/HiiFont.h14
-rw-r--r--EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiImage/HiiImage.h8
-rw-r--r--EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiString/HiiString.h8
-rw-r--r--EdkCompatibilityPkg/Foundation/Efi/Protocol/TapeIo/TapeIo.h4
6 files changed, 21 insertions, 21 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Include/EfiHii.h b/EdkCompatibilityPkg/Foundation/Efi/Include/EfiHii.h
index 411cf06013..d9d9bd29c9 100644
--- a/EdkCompatibilityPkg/Foundation/Efi/Include/EfiHii.h
+++ b/EdkCompatibilityPkg/Foundation/Efi/Include/EfiHii.h
@@ -1371,8 +1371,8 @@ typedef struct {
#define EFI_AFFECTED_BY_STANDARD_SHIFT 0x0001
//
// This key is affected by the caps lock so that if a keyboard driver
-// would need to disambiguate between a key which had a ¡°1¡± defined
-// versus a ¡°a¡± character. Having this bit turned on would tell
+// would need to disambiguate between a key which had a "1" defined
+// versus a "a" character. Having this bit turned on would tell
// the keyboard driver to use the appropriate shifted state or not.
//
#define EFI_AFFECTED_BY_CAPS_LOCK 0x0002
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/Hash/Hash.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/Hash/Hash.h
index 1fa9afb8dd..8d9cdfa65d 100644
--- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/Hash/Hash.h
+++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/Hash/Hash.h
@@ -100,7 +100,7 @@ EFI_STATUS
Arguments:
This - Points to this instance of EFI_HASH_PROTOCOL.
HashAlgorithm - Points to the EFI_GUID which identifies the algorithm to use.
- HashSize - Holds the returned size of the algorithm¡¯s hash.
+ HashSize - Holds the returned size of the algorithm's hash.
Returns:
EFI_SUCCESS - Hash size returned successfully.
@@ -139,7 +139,7 @@ EFI_STATUS
EFI_SUCCESS - Hash returned successfully.
EFI_INVALID_PARAMETER - Message or Hash is NULL
EFI_UNSUPPORTED - The algorithm specified by HashAlgorithm is not supported by this
- driver. Or extend is TRUE and the algorithm doesn¡¯t support extending the hash.
+ driver. Or extend is TRUE and the algorithm doesn't support extending the hash.
--*/
;
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/HiiFont.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/HiiFont.h
index 4666ad7a37..2024e65adc 100644
--- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/HiiFont.h
+++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/HiiFont.h
@@ -114,13 +114,13 @@ EFI_STATUS
wide and Height pixels high. The string will be drawn onto this image and
EFI_HII_OUT_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¡¯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 image of the first character cell in
the image.
RowInfoArray - If this is non-NULL on entry, then on exit, this will point to an allocated buffer
containing row information and RowInfoArraySize will be updated to contain the
number of elements. This array describes the characters which were at least partially
- drawn and the heights of the rows. It is the caller¡¯s responsibility to free this buffer.
+ drawn and the heights of the rows. It is the caller's responsibility to free this buffer.
RowInfoArraySize - If this is non-NULL on entry, then on exit it contains the number of elements in
RowInfoArray.
ColumnInfoArray - If this is non-NULL, then on return it will be filled with the horizontal offset for each
@@ -162,7 +162,7 @@ EFI_STATUS
This - A pointer to the EFI_HII_FONT_PROTOCOL instance.
Flags - Describes how the string is to be drawn.
PackageList - The package list in the HII database to search for the specified string.
- StringId - The string¡¯s id, which is unique within PackageList.
+ StringId - The string's id, which is unique within PackageList.
Language - Points to the language for the retrieved string. If NULL, then the current system
language is used.
StringInfo - Points to the string output information, including the color and font.
@@ -171,13 +171,13 @@ EFI_STATUS
wide and Height pixels high. The string will be drawn onto this image and
EFI_HII_OUT_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¡¯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 image of the first character cell in
the image.
RowInfoArray - If this is non-NULL on entry, then on exit, this will point to an allocated buffer
containing row information and RowInfoArraySize will be updated to contain the
number of elements. This array describes the characters which were at least partially
- drawn and the heights of the rows. It is the caller¡¯s responsibility to free this buffer.
+ drawn and the heights of the rows. It is the caller's responsibility to free this buffer.
RowInfoArraySize - If this is non-NULL on entry, then on exit it contains the number of elements in
RowInfoArray.
ColumnInfoArray - If this is non-NULL, then on return it will be filled with the horizontal offset for each
@@ -214,7 +214,7 @@ EFI_STATUS
StringInfo - Points to the string font and color information or NULL if the string should use the
default system font and color.
Blt - Thus must point to a NULL on entry. A buffer will be allocated to hold the output and
- the pointer updated on exit. It is the caller¡¯s responsibility to free this buffer.
+ the pointer updated on exit. It is the caller's responsibility to free this buffer.
Baseline - Number of pixels from the bottom of the bitmap to the baseline.
Returns:
@@ -251,7 +251,7 @@ EFI_STATUS
first font. On return, points to the returned font handle or
points to NULL if there are no more matching fonts.
StringInfoIn - Upon entry, points to the font to return information about.
- StringInfoOut - Upon return, contains the matching font¡¯s information.
+ StringInfoOut - Upon return, contains the matching font's information.
If NULL, then no information is returned.
It's caller's responsibility to free this buffer.
String - Points to the string which will be tested to determine
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiImage/HiiImage.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiImage/HiiImage.h
index 3f56daf0b7..7d00bfa529 100644
--- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiImage/HiiImage.h
+++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiImage/HiiImage.h
@@ -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¡¯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¡¯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¡¯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¡¯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.
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiString/HiiString.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiString/HiiString.h
index 0a66841201..13d8718e54 100644
--- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiString/HiiString.h
+++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiString/HiiString.h
@@ -65,7 +65,7 @@ EFI_STATUS
associated with a given Language is not zero, the LanguageName being passed
in will be ignored.
String - Points to the new null-terminated string.
- StringFontInfo - Points to the new string¡¯s font information or NULL if the string should have the
+ StringFontInfo - Points to the new string's font information or NULL if the string should have the
default system font, size and style.
Returns:
@@ -105,7 +105,7 @@ EFI_STATUS
StringSize - On entry, points to the size of the buffer pointed to by
String, in bytes. On return,
points to the length of the string, in bytes.
- StringFontInfo - If not NULL, points to the string¡¯s font information.
+ StringFontInfo - If not NULL, points to the string's font information.
It's caller's responsibility to free this buffer.
Returns:
@@ -139,10 +139,10 @@ EFI_STATUS
Arguments:
This - A pointer to the EFI_HII_STRING_PROTOCOL instance.
PackageList - The package list containing the strings.
- StringId - The string¡¯s id, which is unique within PackageList.
+ StringId - The string's id, which is unique within PackageList.
Language - Points to the language for the updated string.
String - Points to the new null-terminated string.
- StringFontInfo - Points to the string¡¯s font information or NULL if the string font information is not
+ StringFontInfo - Points to the string's font information or NULL if the string font information is not
changed.
Returns:
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/TapeIo/TapeIo.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/TapeIo/TapeIo.h
index 8d1bd63f31..0b175e4823 100644
--- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/TapeIo/TapeIo.h
+++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/TapeIo/TapeIo.h
@@ -83,7 +83,7 @@ EFI_STATUS
EFI_INVALID_PARAMETER - A NULL Buffer was specified with a non-zero
BufferSize or the device is operating in fixed block
size mode and the BufferSize was not a multiple of
- device¡¯s fixed block size
+ device's fixed block size
EFI_DEVICE_ERROR - A device error occurred while attempting to transfer data
from the media.
@@ -124,7 +124,7 @@ EFI_STATUS
EFI_INVALID_PARAMETER - A NULL Buffer was specified with a non-zero
BufferSize or the device is operating in fixed block
size mode and the BufferSize was not a multiple of
- device¡¯s fixed block size
+ device's fixed block size
EFI_DEVICE_ERROR A device error occurred while attempting to transfer data
from the media.