Minor update to fix some typos.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9135 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2009-08-19 13:09:19 +00:00
parent ef0d820935
commit 16c5446fe3
4 changed files with 4 additions and 4 deletions

View File

@ -262,7 +262,7 @@ ReportStatusCodeWithExtendedData (
is responsible for allocating a buffer large enough for the standard header and
the extended data passed into this function. The standard header is filled in
with a GUID specified by ExtendedDataGuid. If ExtendedDataGuid is NULL, then a
GUID of gEfiStatusCodeSpecificDatauid is used. The status code is reported with
GUID of gEfiStatusCodeSpecificDataGuid is used. The status code is reported with
an instance specified by Instance and a caller ID specified by CallerId. If
CallerId is NULL, then a caller ID of gEfiCallerIdGuid is used.

View File

@ -18,7 +18,7 @@
#define EFI_PEI_RSC_HANDLER_PPI_GUID \
{ \
0x65d394, 0x9951, 0x4144, \
0x82, 0xa3, 0xa, 0xfc, 0x85, 0x79, 0xc2, 0x51 \
{0x82, 0xa3, 0xa, 0xfc, 0x85, 0x79, 0xc2, 0x51} \
}
typedef

View File

@ -41,7 +41,7 @@ typedef UINT16 EFI_USER_INFO_ATTRIBS;
#define EFI_USER_INFO_EXCLUSIVE 0x0080
///
/// User infromation structure
/// User information structure
///
typedef struct {
///

View File

@ -278,7 +278,7 @@ ReportStatusCodeWithExtendedData (
is responsible for allocating a buffer large enough for the standard header and
the extended data passed into this function. The standard header is filled in
with a GUID specified by ExtendedDataGuid. If ExtendedDataGuid is NULL, then a
GUID of gEfiStatusCodeSpecificDatauid is used. The status code is reported with
GUID of gEfiStatusCodeSpecificDataGuid is used. The status code is reported with
an instance specified by Instance and a caller ID specified by CallerId. If
CallerId is NULL, then a caller ID of gEfiCallerIdGuid is used.