]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/FaultTolerantWriteDxe/FtwMisc.c
Update inappropriate comments.
[mirror_edk2.git] / MdeModulePkg / Universal / FaultTolerantWriteDxe / FtwMisc.c
index 7a32f4db83fc890ecb420f0431dc5831dcebde3a..dc110a226d9eeb5bd8be9decd5280a6594b34b87 100644 (file)
@@ -991,11 +991,11 @@ InitFtwDevice (
 \r
 \r
 /**\r
-  Initialization for Fault Tolerant Write is done in this handler.\r
+  Find the proper Firmware Volume Block protocol for FTW operation.\r
 \r
-  @param[in,out] FtwData        Pointer to the FTW device structure\r
+  @param[in, out] FtwDevice     Pointer to the FTW device structure\r
 \r
-  @retval EFI_SUCCESS           Initialize the FTW device successfully.\r
+  @retval EFI_SUCCESS           Find the FVB protocol successfully.\r
   @retval EFI_NOT_FOUND         No proper FVB protocol was found.\r
   @retval EFI_ABORTED           Some data can not be got or be invalid.\r
   \r
@@ -1128,7 +1128,7 @@ FindFvbForFtw (
 /**\r
   Initialization for Fault Tolerant Write protocol.\r
 \r
-  @param[in,out] FtwData        Pointer to the FTW device structure\r
+  @param[in, out] FtwDevice     Pointer to the FTW device structure\r
 \r
   @retval EFI_SUCCESS           Initialize the FTW protocol successfully.\r
   @retval EFI_NOT_FOUND         No proper FVB protocol was found.\r