]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/Library: Fix typos in comments and variables
authorGary Lin <glin@suse.com>
Wed, 19 Oct 2016 07:01:25 +0000 (15:01 +0800)
committerFeng Tian <feng.tian@intel.com>
Thu, 27 Oct 2016 01:11:19 +0000 (09:11 +0800)
- servity -> severity
- TURE -> TRUE
- contiue -> continue
- Pepresentation -> Representation
- suported -> supported
- opints -> points
- sucessfully -> successfully
- hexidecimal -> hexadecimal
- Pacakge -> Package
- Libary -> Library
- successull -> successfully
- reseting -> resetting
- Retrive -> Retrieve
- dirver -> driver
- availible -> available
- chracter -> character
- seperator -> separator

Cc: Feng Tian <feng.tian@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
19 files changed:
MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c
MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.c
MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.c
MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.c
MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.c
MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c
MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c
MdeModulePkg/Library/DxeNetLib/DxeNetLib.c
MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.c
MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/MemoryAllocationLib.c
MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryProfileLib.c
MdeModulePkg/Library/PlatformVarCleanupLib/PlatVarCleanupLib.c
MdeModulePkg/Library/SmmMemoryAllocationProfileLib/MemoryAllocationLib.c
MdeModulePkg/Library/SmmMemoryAllocationProfileLib/SmmMemoryProfileLib.c
MdeModulePkg/Library/UefiBootManagerLib/BmConsole.c
MdeModulePkg/Library/UefiHiiLib/HiiLanguage.c
MdeModulePkg/Library/UefiHiiLib/HiiLib.c
MdeModulePkg/Library/UefiHiiLib/HiiString.c
MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGen.c

index 33c85b7d85990690257f47060f935633117e9df6..e2afe43abacdb325016fa73cfc5dc85d77cc81ac 100644 (file)
@@ -1116,7 +1116,7 @@ BootMaintCallback (
     }\r
   }\r
   //\r
-  // Retrive uncommitted data from Form Browser\r
+  // Retrieve uncommitted data from Form Browser\r
   //\r
   CurrentFakeNVMap = &Private->BmmFakeNvData;\r
   OldFakeNVMap     = &Private->BmmOldFakeNVData;\r
index 622410359c1f45ae5bc76c047a88d10fc0281746..e29892ff17f15152c4c68559212ae53e0daf5f4c 100644 (file)
@@ -678,7 +678,7 @@ PrintStringAtWithWidth (
 }\r
 \r
 /**\r
-  Prints a chracter to the default console, at\r
+  Prints a character to the default console, at\r
   the supplied cursor position, using L"%c" format.\r
 \r
   @param  Column     The cursor position to print the string at. When it is -1, use current Position.\r
index 09e1366189303d38066ff3860da6fb4006726228..253fbdc967e83499e83fdd1be2a7b5830d4ff5dc 100644 (file)
@@ -24,7 +24,7 @@
   function and pass it into InitializeDebugAgent(). InitializeDebugAgent() is\r
   responsible to invoke the passing-in function at the end of InitializeDebugAgent().\r
 \r
-  If the parameter Function is not NULL, Debug Agent Libary instance will invoke it by\r
+  If the parameter Function is not NULL, Debug Agent Library instance will invoke it by\r
   passing in the Context to be its parameter.\r
 \r
   If Function() is NULL, Debug Agent Library instance will return after setup debug\r
index de1b1368da355f7094a9756793e4fe2c43e906b6..5f2892823b5017a52fa7d98da7eacfe82320083e 100644 (file)
@@ -48,7 +48,7 @@ typedef struct {
   @param SectionAttribute   The attribute of the input guided section.\r
 \r
   @retval EFI_SUCCESS            The size of destination buffer, the size of scratch buffer and \r
-                                 the attribute of the input section are successull retrieved.\r
+                                 the attribute of the input section are successfully retrieved.\r
   @retval EFI_INVALID_PARAMETER  The GUID in InputSection does not match this instance guid.\r
 \r
 **/\r
index cad57024cd89d13a949d2513e41a478b63eb7281..0ba88d8eeb683324a87ad00801dcb294c8a140a3 100644 (file)
@@ -248,7 +248,7 @@ GetDebugPrintErrorLevel (
         }\r
       } else {\r
         //\r
-        // If variable services are not yet availible optionally get the global\r
+        // If variable services are not yet available optionally get the global\r
         // debug print error level mask from a HOB.\r
         //\r
         Hob = GetFirstGuidHob (&gEfiGenericVariableGuid);\r
index 727cc428f480e815801f587d47742c2ed24080d0..a4579bf043c2f726826d796355fe8dc4b25bdead 100644 (file)
@@ -1430,10 +1430,10 @@ HttpFreeMsgParser (
 \r
 \r
 /**\r
-  Get the next string, which is distinguished by specified seperator.\r
+  Get the next string, which is distinguished by specified separator.\r
 \r
   @param[in]  String             Pointer to the string.\r
-  @param[in]  Seperator          Specified seperator used to distinguish where is the beginning\r
+  @param[in]  Separator          Specified separator used to distinguish where is the beginning\r
                                  of next string.\r
 \r
   @return     Pointer to the next string.\r
@@ -1444,7 +1444,7 @@ CHAR8 *
 EFIAPI\r
 AsciiStrGetNextToken (\r
   IN CONST CHAR8 *String,\r
-  IN       CHAR8 Seperator\r
+  IN       CHAR8 Separator\r
   )\r
 {\r
   CONST CHAR8 *Token;\r
@@ -1454,7 +1454,7 @@ AsciiStrGetNextToken (
     if (*Token == 0) {\r
       return NULL;\r
     }\r
-    if (*Token == Seperator) {\r
+    if (*Token == Separator) {\r
       return (CHAR8 *)(Token + 1);\r
     }\r
     Token++;\r
index ab4df80768dc5ef6433da7bf8c35d3d849aca5ac..27fef71e2c0707a260b3d91e81070d40d2ed2e7c 100644 (file)
@@ -1439,7 +1439,7 @@ IpIoStop (
   }\r
 \r
   //\r
-  // All pending send tokens should be flushed by reseting the IP instances.\r
+  // All pending send tokens should be flushed by resetting the IP instances.\r
   //\r
   ASSERT (IsListEmpty (&IpIo->PendingSndList));\r
 \r
index 7700f0ff825f9bc76edd875f085c304ae2b762d2..148bebf4e7fdd1ebbf1400438eb4d8a9c19df9e6 100644 (file)
@@ -301,7 +301,7 @@ ON_EXIT:
   Build a syslog packet, including the Ethernet/Ip/Udp headers\r
   and user's message.\r
 \r
-  @param[in]  Level     Syslog servity level\r
+  @param[in]  Level     Syslog severity level\r
   @param[in]  Module    The module that generates the log\r
   @param[in]  File      The file that contains the current log\r
   @param[in]  Line      The line of code in the File that contains the current log\r
@@ -475,7 +475,7 @@ NetDebugASPrint (
   This function will locate a instance of SNP then send the message through it.\r
   Because it isn't open the SNP BY_DRIVER, apply caution when using it.\r
 \r
-  @param Level    The servity level of the message.\r
+  @param Level    The severity level of the message.\r
   @param Module   The Moudle that generates the log.\r
   @param File     The file that contains the log.\r
   @param Line     The exact line that contains the log.\r
@@ -1151,7 +1151,7 @@ NetDestroyLinkList (
   @param[in]  ChildHandleBuffer  An array of child handles to be freed. May be NULL\r
                                  if NumberOfChildren is 0.\r
 \r
-  @retval TURE                   Found the input Handle in ChildHandleBuffer.\r
+  @retval TRUE                   Found the input Handle in ChildHandleBuffer.\r
   @retval FALSE                  Can't find the input Handle in ChildHandleBuffer.\r
 \r
 **/\r
@@ -1636,7 +1636,7 @@ NetMapRemoveTail (
 /**\r
   Iterate through the netmap and call CallBack for each item.\r
 \r
-  It will contiue the traverse if CallBack returns EFI_SUCCESS, otherwise, break\r
+  It will continue the traverse if CallBack returns EFI_SUCCESS, otherwise, break\r
   from the loop. It returns the CallBack's last return value. This function is\r
   delete safe for the current item.\r
 \r
@@ -2765,7 +2765,7 @@ NetLibAsciiStrToIp4 (
 \r
 /**\r
   Convert one Null-terminated ASCII string to EFI_IPv6_ADDRESS. The format of the\r
-  string is defined in RFC 4291 - Text Pepresentation of Addresses.\r
+  string is defined in RFC 4291 - Text Representation of Addresses.\r
 \r
   @param[in]      String         The pointer to the Ascii string.\r
   @param[out]     Ip6Address     The pointer to the converted IPv6 address.\r
@@ -3004,7 +3004,7 @@ NetLibStrToIp4 (
 \r
 /**\r
   Convert one Null-terminated Unicode string to EFI_IPv6_ADDRESS.  The format of\r
-  the string is defined in RFC 4291 - Text Pepresentation of Addresses.\r
+  the string is defined in RFC 4291 - Text Representation of Addresses.\r
 \r
   @param[in]      String         The pointer to the Ascii string.\r
   @param[out]     Ip6Address     The pointer to the converted IPv6 address.\r
@@ -3046,7 +3046,7 @@ NetLibStrToIp6 (
 \r
 /**\r
   Convert one Null-terminated Unicode string to EFI_IPv6_ADDRESS and prefix length.\r
-  The format of the string is defined in RFC 4291 - Text Pepresentation of Addresses\r
+  The format of the string is defined in RFC 4291 - Text Representation of Addresses\r
   Prefixes: ipv6-address/prefix-length.\r
 \r
   @param[in]      String         The pointer to the Ascii string.\r
@@ -3401,4 +3401,4 @@ NetLibCreateDnsQName (
   *Tail = 0;\r
 \r
   return QueryName;\r
-}
\ No newline at end of file
+}\r
index 6e3dcdd690be584825d7e5dc12aaca10e92a9a49..f979bdf42b199e648a1f5b29b7548e9890ba979b 100644 (file)
@@ -129,7 +129,7 @@ PeiCrc32GuidedSectionExtractLibCalculateCrc32 (
   @param SectionAttribute   The attribute of the input guided section.\r
 \r
   @retval EFI_SUCCESS            The size of destination buffer, the size of scratch buffer and \r
-                                 the attribute of the input section are successull retrieved.\r
+                                 the attribute of the input section are successfully retrieved.\r
   @retval EFI_INVALID_PARAMETER  The GUID in InputSection does not match this instance guid.\r
 \r
 **/\r
index 08dd17ba693fde27eef7d230ed42ce5918f2754b..bd2146892495656a8b179d1969e4522644852c26 100644 (file)
@@ -40,7 +40,7 @@ UINTN                 mSmmCoreMemoryAllocLibSmramRangeCount = 0;
 \r
   @param[in]  Buffer   The pointer to the buffer to be checked.\r
 \r
-  @retval     TURE     The buffer is in SMRAM ranges.\r
+  @retval     TRUE     The buffer is in SMRAM ranges.\r
   @retval     FALSE    The buffer is out of SMRAM ranges.\r
 **/\r
 BOOLEAN\r
index f6a064aa8248b2bf58f12b3f390fbd2447a21cd4..ffae2212a86132715f5df831be8bdf8f4a6e497e 100644 (file)
@@ -28,7 +28,7 @@ EDKII_MEMORY_PROFILE_PROTOCOL *mLibProfileProtocol;
 \r
   @param[in]  Buffer   The pointer to the buffer to be checked.\r
 \r
-  @retval     TURE     The buffer is in SMRAM ranges.\r
+  @retval     TRUE     The buffer is in SMRAM ranges.\r
   @retval     FALSE    The buffer is out of SMRAM ranges.\r
 **/\r
 BOOLEAN\r
index 74655c6dadd212652a8c70d7d7bd7a6de3abeccb..b96f8ddd831f7254188e2b03a3e4323ef90959f7 100644 (file)
@@ -926,7 +926,7 @@ VariableCleanupHiiCallback (
   }\r
 \r
   //\r
-  // Retrive uncommitted data from Form Browser.\r
+  // Retrieve uncommitted data from Form Browser.\r
   //\r
   VariableCleanupData = &Private->VariableCleanupData;\r
   HiiGetBrowserData (&mVariableCleanupHiiGuid, mVarStoreName, sizeof (VARIABLE_CLEANUP_DATA), (UINT8 *) VariableCleanupData);\r
index 34ff120f41648fe6b63070680e2161d6a2c86f76..e9bbf02311bdd27ddad9d8eead8858e6a532ffdc 100644 (file)
@@ -116,7 +116,7 @@ SmmMemoryAllocationLibDestructor (
 \r
   @param[in]  Buffer   The pointer to the buffer to be checked.\r
 \r
-  @retval     TURE     The buffer is in SMRAM ranges.\r
+  @retval     TRUE     The buffer is in SMRAM ranges.\r
   @retval     FALSE    The buffer is out of SMRAM ranges.\r
 **/\r
 BOOLEAN\r
index dcf08689b6383a6d9ce109a4a01f42d3c6356f32..85e7c9c132bdb378da3bb92b738e0bd1f39841c4 100644 (file)
@@ -28,7 +28,7 @@ EDKII_SMM_MEMORY_PROFILE_PROTOCOL *mLibSmmProfileProtocol;
 \r
   @param[in]  Buffer   The pointer to the buffer to be checked.\r
 \r
-  @retval     TURE     The buffer is in SMRAM ranges.\r
+  @retval     TRUE     The buffer is in SMRAM ranges.\r
   @retval     FALSE    The buffer is out of SMRAM ranges.\r
 **/\r
 BOOLEAN\r
index a13917bd0844638ef9959e5ee8caa6beb287d700..4059dac49e2e0dd10edc6df2306aea8244845638 100644 (file)
@@ -251,7 +251,7 @@ EfiBootManagerConnectVideoController (
   }\r
 \r
   //\r
-  // Try to connect the PCI device path, so that GOP dirver could start on this \r
+  // Try to connect the PCI device path, so that GOP driver could start on this\r
   // device and create child handles with GraphicsOutput Protocol installed\r
   // on them, then we get device paths of these child handles and select \r
   // them as possible console device.\r
index 2519afa7d42328e4d8959e2ecb2ad0f488a730d4..f4ef36cec26d53db86eac9b4518a1bc33a9afac8 100644 (file)
@@ -27,9 +27,9 @@
   @param[in]  HiiHandle  A handle that was previously registered in the HII Database.\r
 \r
   @retval NULL   HiiHandle is not registered in the HII database\r
-  @retval NULL   There are not enough resources available to retrieve the suported \r
+  @retval NULL   There are not enough resources available to retrieve the supported\r
                  languages.\r
-  @retval NULL   The list of suported languages could not be retrieved.\r
+  @retval NULL   The list of supported languages could not be retrieved.\r
   @retval Other  A pointer to the Null-terminated ASCII string of supported languages.\r
 \r
 **/\r
index afd9985654069a0e00862cec7a02d91f7df13e97..857950118ff8c2a3fd51b5452b90379aad9f61af 100644 (file)
@@ -383,13 +383,13 @@ HiiGetHiiHandles (
   for freeing the allocated buffer using FreePool().\r
 \r
   @param Handle            The HII handle.\r
-  @param Buffer            On return, opints to a pointer which point to the buffer that contain the formset opcode.\r
+  @param Buffer            On return, points to a pointer which point to the buffer that contain the formset opcode.\r
   @param BufferSize        On return, points to the length of the buffer.\r
 \r
   @retval EFI_OUT_OF_RESOURCES   No enough memory resource is allocated.\r
   @retval EFI_NOT_FOUND          Can't find the package data for the input Handle.\r
   @retval EFI_INVALID_PARAMETER  The input parameters are not correct.\r
-  @retval EFI_SUCCESS            Get the formset opcode from the hii handle sucessfully.\r
+  @retval EFI_SUCCESS            Get the formset opcode from the hii handle successfully.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -696,17 +696,17 @@ InternalHiiBrowserCallback (
 \r
   @param[in]  Guid          Pointer to an EFI_GUID that is the routing information\r
                             GUID.  Each of the 16 bytes in Guid is converted to \r
-                            a 2 Unicode character hexidecimal string.  This is \r
+                            a 2 Unicode character hexadecimal string.  This is\r
                             an optional parameter that may be NULL.\r
   @param[in]  Name          Pointer to a Null-terminated Unicode string that is \r
                             the routing information NAME.  This is an optional \r
                             parameter that may be NULL.  Each 16-bit Unicode \r
                             character in Name is converted to a 4 character Unicode \r
-                            hexidecimal string.                        \r
+                            hexadecimal string.\r
   @param[in]  DriverHandle  The driver handle which supports a Device Path Protocol\r
                             that is the routing information PATH.  Each byte of\r
                             the Device Path associated with DriverHandle is converted\r
-                            to a 2 Unicode character hexidecimal string.\r
+                            to a 2 Unicode character hexadecimal string.\r
 \r
   @retval NULL   DriverHandle does not support the Device Path Protocol.\r
   @retval Other  A pointer to the Null-terminate Unicode <ConfigHdr> string\r
@@ -1130,7 +1130,7 @@ ValidateQuestionFromVfr (
   UINT64                       VarValue;\r
   EFI_IFR_TYPE_VALUE           TmpValue;\r
   EFI_STATUS                   Status;\r
-  EFI_HII_PACKAGE_HEADER       PacakgeHeader;\r
+  EFI_HII_PACKAGE_HEADER       PackageHeader;\r
   UINT32                       PackageOffset;\r
   UINT8                        *PackageData;\r
   UINTN                        IfrOffset;\r
@@ -1167,15 +1167,15 @@ ValidateQuestionFromVfr (
   //\r
   PackageOffset = sizeof (EFI_HII_PACKAGE_LIST_HEADER);\r
   while (PackageOffset < PackageListLength) {\r
-    CopyMem (&PacakgeHeader, (UINT8 *) HiiPackageList + PackageOffset, sizeof (PacakgeHeader));\r
+    CopyMem (&PackageHeader, (UINT8 *) HiiPackageList + PackageOffset, sizeof (PackageHeader));\r
 \r
     //\r
     // Parse IFR opcode from the form package.\r
     //\r
-    if (PacakgeHeader.Type == EFI_HII_PACKAGE_FORMS) {\r
-      IfrOffset   = sizeof (PacakgeHeader);\r
+    if (PackageHeader.Type == EFI_HII_PACKAGE_FORMS) {\r
+      IfrOffset   = sizeof (PackageHeader);\r
       PackageData = (UINT8 *) HiiPackageList + PackageOffset;\r
-      while (IfrOffset < PacakgeHeader.Length) {\r
+      while (IfrOffset < PackageHeader.Length) {\r
         IfrOpHdr = (EFI_IFR_OP_HEADER *) (PackageData + IfrOffset);\r
         //\r
         // Validate current setting to the value built in IFR opcode\r
@@ -1710,7 +1710,7 @@ ValidateQuestionFromVfr (
     //\r
     // Go to next package.\r
     //\r
-    PackageOffset += PacakgeHeader.Length;\r
+    PackageOffset += PackageHeader.Length;\r
   }\r
 \r
   return EFI_SUCCESS;\r
@@ -2107,7 +2107,7 @@ GetElementsFromRequest (
   @param DefaultId  Specifies the type of defaults to retrieve only for setting default action.\r
   @param ActionType Action supports setting defaults and validate current setting.\r
   \r
-  @retval TURE    Action runs successfully.\r
+  @retval TRUE    Action runs successfully.\r
   @retval FALSE   Action is not valid or Action can't be executed successfully..\r
 **/\r
 BOOLEAN\r
@@ -2501,7 +2501,7 @@ HiiValidateSettings (
                     entirety of the current HII database will be reset.\r
   @param DefaultId  Specifies the type of defaults to retrieve.\r
   \r
-  @retval TURE    The default value is set successfully.\r
+  @retval TRUE    The default value is set successfully.\r
   @retval FALSE   The default value can't be found and set.\r
 **/\r
 BOOLEAN\r
@@ -4206,7 +4206,7 @@ HiiUpdateForm (
   UINTN                        BufferSize;\r
   UINT8                        *UpdateBufferPos;\r
   EFI_HII_PACKAGE_HEADER       *Package;\r
-  EFI_HII_PACKAGE_HEADER       *TempPacakge;\r
+  EFI_HII_PACKAGE_HEADER       *TempPackage;\r
   EFI_HII_PACKAGE_HEADER       PackageHeader;\r
   BOOLEAN                      Updated;\r
   HII_LIB_OPCODE_BUFFER        *OpCodeBufferStart;\r
@@ -4218,7 +4218,7 @@ HiiUpdateForm (
   ASSERT (HiiHandle != NULL);\r
   ASSERT (StartOpCodeHandle != NULL);\r
   UpdatePackageList = NULL;\r
-  TempPacakge       = NULL;\r
+  TempPackage       = NULL;\r
   HiiPackageList    = NULL;\r
   \r
   //\r
@@ -4264,8 +4264,8 @@ HiiUpdateForm (
   //\r
   // Allocate temp buffer to store the temp updated package buffer\r
   //\r
-  TempPacakge = AllocateZeroPool (BufferSize);\r
-  if (TempPacakge == NULL) {\r
+  TempPackage = AllocateZeroPool (BufferSize);\r
+  if (TempPackage == NULL) {\r
     Status = EFI_OUT_OF_RESOURCES;\r
     goto Finish;\r
   }\r
@@ -4293,7 +4293,7 @@ HiiUpdateForm (
       //\r
       // Check this package is the matched package.\r
       //\r
-      Status = InternalHiiUpdateFormPackageData (FormSetGuid, FormId, Package, OpCodeBufferStart, OpCodeBufferEnd, TempPacakge);\r
+      Status = InternalHiiUpdateFormPackageData (FormSetGuid, FormId, Package, OpCodeBufferStart, OpCodeBufferEnd, TempPackage);\r
       //\r
       // The matched package is found. Its package buffer will be updated by the input new data.\r
       //\r
@@ -4305,7 +4305,7 @@ HiiUpdateForm (
         //\r
         // Add updated package buffer\r
         //\r
-        Package = TempPacakge;\r
+        Package = TempPackage;\r
       }\r
     }\r
 \r
@@ -4344,8 +4344,8 @@ Finish:
     FreePool (UpdatePackageList);\r
   }\r
   \r
-  if (TempPacakge != NULL) {\r
-    FreePool (TempPacakge);\r
+  if (TempPackage != NULL) {\r
+    FreePool (TempPackage);\r
   }\r
 \r
   return Status; \r
index bfae3f8fc0948460704886730f3d4a58a7ae8cd3..c6a241e6577b55139d08d199432f03ee50de481a 100644 (file)
@@ -100,7 +100,7 @@ HiiSetString (
     Language = Supported;\r
 \r
     //\r
-    // Search for the next language seperator and replace it with a Null-terminator\r
+    // Search for the next language separator and replace it with a Null-terminator\r
     //\r
     for (; *Supported != 0 && *Supported != ';'; Supported++);\r
     if (*Supported != 0) {\r
index cab92967aa9a33031c9223de2fd6c9fb39e4f23d..5cb056f3513591e69fca33b0f6cb7c8f019b30dc 100644 (file)
@@ -1308,7 +1308,7 @@ VarCheckParseHiiDatabase (
 \r
     while ((UINTN) HiiPackageHeader < ((UINTN) HiiPackageListHeader + HiiPackageListHeader->PackageLength)) {\r
       //\r
-      // Parse Hii Pacakge.\r
+      // Parse Hii Package.\r
       //\r
       VarCheckParseHiiPackage (HiiPackageHeader, FALSE);\r
 \r