]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Minor update to fix some typos.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Aug 2009 13:09:19 +0000 (13:09 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Aug 2009 13:09:19 +0000 (13:09 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9135 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/ReportStatusCodeLib.h
MdePkg/Include/Ppi/ReportStatusCodeHandler.h
MdePkg/Include/Protocol/UserCredential.h
MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLib.c

index 3c7b1fde63593117c6d7c36804530f8be09a006f..90796ccd90725f2206bc2a36b83c9e4e82305c95 100644 (file)
@@ -262,7 +262,7 @@ ReportStatusCodeWithExtendedData (
   is responsible for allocating a buffer large enough for the standard header and \r
   the extended data passed into this function.  The standard header is filled in \r
   with a GUID specified by ExtendedDataGuid.  If ExtendedDataGuid is NULL, then a \r
-  GUID of gEfiStatusCodeSpecificDatauid is used.  The status code is reported with \r
+  GUID of gEfiStatusCodeSpecificDataGuid is used.  The status code is reported with \r
   an instance specified by Instance and a caller ID specified by CallerId.  If \r
   CallerId is NULL, then a caller ID of gEfiCallerIdGuid is used.\r
 \r
index 3bb5d677b44cda119b5443482b2180d8232dc933..d5111576d4dc8558f29df43cbba92b644287ca84 100644 (file)
@@ -18,7 +18,7 @@
 #define EFI_PEI_RSC_HANDLER_PPI_GUID \\r
   { \\r
     0x65d394, 0x9951, 0x4144, \\r
-    0x82, 0xa3, 0xa, 0xfc, 0x85, 0x79, 0xc2, 0x51 \\r
+    {0x82, 0xa3, 0xa, 0xfc, 0x85, 0x79, 0xc2, 0x51} \\r
   }\r
 \r
 typedef\r
index fa1450b933006d0b5622a44ee81e094ed0c5272b..ef0ac352aaf46b66d8ae755cc0fc35b31607d58f 100644 (file)
@@ -41,7 +41,7 @@ typedef UINT16 EFI_USER_INFO_ATTRIBS;
 #define EFI_USER_INFO_EXCLUSIVE                 0x0080\r
 \r
 ///\r
-/// User infromation structure\r
+/// User information structure\r
 ///\r
 typedef struct {\r
   ///\r
index 2b997ecfbc05b3459dd637f5fee7ec444f360ab7..a889c854541418972a9ace65535f20f8622abf58 100644 (file)
@@ -278,7 +278,7 @@ ReportStatusCodeWithExtendedData (
   is responsible for allocating a buffer large enough for the standard header and\r
   the extended data passed into this function.  The standard header is filled in\r
   with a GUID specified by ExtendedDataGuid.  If ExtendedDataGuid is NULL, then a\r
-  GUID of gEfiStatusCodeSpecificDatauid is used.  The status code is reported with\r
+  GUID of gEfiStatusCodeSpecificDataGuid is used.  The status code is reported with\r
   an instance specified by Instance and a caller ID specified by CallerId.  If\r
   CallerId is NULL, then a caller ID of gEfiCallerIdGuid is used.\r
 \r