]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c
SecurityPkg: Fix spelling errors
[mirror_edk2.git] / SecurityPkg / Tcg / Tcg2Config / Tcg2ConfigPeim.c
index a15919685ed505ef88942e7566960d2ef0ba3334..e0d0a207e1bf8da48edacfcd0b7ed3b549616095 100644 (file)
@@ -57,7 +57,7 @@ DetectTpmDevice (
   @param  FileHandle  Handle of the file being invoked.\r
   @param  PeiServices Describes the list of possible PEI Services.\r
 \r
-  @retval EFI_SUCCES             Convert variable to PCD successfully.\r
+  @retval EFI_SUCCESS            Convert variable to PCD successfully.\r
   @retval Others                 Fail to convert variable to PCD.\r
 **/\r
 EFI_STATUS\r
@@ -118,7 +118,7 @@ Tcg2ConfigPeimEntryPoint (
 \r
   //\r
   // Convert variable to PCD.\r
-  // This is work-around because there is no gurantee DynamicHiiPcd can return correct value in DXE phase.\r
+  // This is work-around because there is no guarantee DynamicHiiPcd can return correct value in DXE phase.\r
   // Using DynamicPcd instead.\r
   //\r
   // NOTE: Tcg2Configuration variable contains the desired TpmDevice type,\r