]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.c
MdeModulePkg/Universal: Fix typos in comments
[mirror_edk2.git] / MdeModulePkg / Universal / FaultTolerantWriteDxe / FaultTolerantWriteSmm.c
index bc5e6177c308280b145613184de125cfff868105..1e75328f9b9057dbb4896bd13a26a849fafe180d 100644 (file)
@@ -71,7 +71,7 @@ EFI_FTW_DEVICE                            *mFtwDevice      = NULL;
 BOOLEAN                                   mEndOfDxe = FALSE;\r
 \r
 /**\r
-  Retrive the SMM FVB protocol interface by HANDLE.\r
+  Retrieve the SMM FVB protocol interface by HANDLE.\r
 \r
   @param[in]  FvBlockHandle     The handle of SMM FVB protocol that provides services for\r
                                 reading, writing, and erasing the target block.\r
@@ -99,7 +99,7 @@ FtwGetFvbByHandle (
 }\r
 \r
 /**\r
-  Retrive the SMM Swap Address Range protocol interface.\r
+  Retrieve the SMM Swap Address Range protocol interface.\r
 \r
   @param[out] SarProtocol       The interface of SMM SAR protocol\r
 \r