summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/FaultTolerantWriteDxe
diff options
context:
space:
mode:
authorgdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>2010-12-15 01:51:46 +0000
committergdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>2010-12-15 01:51:46 +0000
commit32732a333ae22cc0283c09df947d7b8bad50144e (patch)
treefcc31989172222913952194fd39ebd53e4e748d4 /MdeModulePkg/Universal/FaultTolerantWriteDxe
parent63ca7402171de8a3f412ac1709d2423e25af7690 (diff)
downloadedk2-32732a333ae22cc0283c09df947d7b8bad50144e.tar.gz
edk2-32732a333ae22cc0283c09df947d7b8bad50144e.tar.bz2
edk2-32732a333ae22cc0283c09df947d7b8bad50144e.zip
Update inappropriate comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11170 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/FaultTolerantWriteDxe')
-rw-r--r--MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWrite.h2
-rw-r--r--MdeModulePkg/Universal/FaultTolerantWriteDxe/FtwMisc.c8
2 files changed, 5 insertions, 5 deletions
diff --git a/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWrite.h b/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWrite.h
index 00ac5c9c98..39bc743e24 100644
--- a/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWrite.h
+++ b/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWrite.h
@@ -726,7 +726,7 @@ InitFtwDevice (
/**
Initialization for Fault Tolerant Write is done in this handler.
- @param[in,out] FtwData Pointer to the FTW device structure
+ @param[in, out] FtwDevice Pointer to the FTW device structure
@retval EFI_SUCCESS Initialize the FTW protocol successfully.
@retval EFI_NOT_FOUND No proper FVB protocol was found.
diff --git a/MdeModulePkg/Universal/FaultTolerantWriteDxe/FtwMisc.c b/MdeModulePkg/Universal/FaultTolerantWriteDxe/FtwMisc.c
index 7a32f4db83..dc110a226d 100644
--- a/MdeModulePkg/Universal/FaultTolerantWriteDxe/FtwMisc.c
+++ b/MdeModulePkg/Universal/FaultTolerantWriteDxe/FtwMisc.c
@@ -991,11 +991,11 @@ InitFtwDevice (
/**
- Initialization for Fault Tolerant Write is done in this handler.
+ Find the proper Firmware Volume Block protocol for FTW operation.
- @param[in,out] FtwData Pointer to the FTW device structure
+ @param[in, out] FtwDevice Pointer to the FTW device structure
- @retval EFI_SUCCESS Initialize the FTW device successfully.
+ @retval EFI_SUCCESS Find the FVB protocol successfully.
@retval EFI_NOT_FOUND No proper FVB protocol was found.
@retval EFI_ABORTED Some data can not be got or be invalid.
@@ -1128,7 +1128,7 @@ FindFvbForFtw (
/**
Initialization for Fault Tolerant Write protocol.
- @param[in,out] FtwData Pointer to the FTW device structure
+ @param[in, out] FtwDevice Pointer to the FTW device structure
@retval EFI_SUCCESS Initialize the FTW protocol successfully.
@retval EFI_NOT_FOUND No proper FVB protocol was found.