summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-10 03:41:20 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-10 03:41:20 +0000
commit3ae0837720d49d9c3197cd92b92fa5ff76720e43 (patch)
tree08fb61abb016d02dcbad1c4246cd8d26039047b4 /IntelFrameworkPkg
parenta5baf84537b4c3e9e4d790848e81b5d0c1422624 (diff)
downloadedk2-platforms-3ae0837720d49d9c3197cd92b92fa5ff76720e43.tar.xz
Refine comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8857 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r--IntelFrameworkPkg/Include/Ppi/DeviceRecoveryModule.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Include/Ppi/DeviceRecoveryModule.h b/IntelFrameworkPkg/Include/Ppi/DeviceRecoveryModule.h
index 1c75509a7d..104270c464 100644
--- a/IntelFrameworkPkg/Include/Ppi/DeviceRecoveryModule.h
+++ b/IntelFrameworkPkg/Include/Ppi/DeviceRecoveryModule.h
@@ -99,7 +99,9 @@ EFI_STATUS
@param[in, out] PeiServices General-purpose services that are available to every PEIM
@param[in] This Indicates the EFI_PEI_DEVICE_RECOVERY_MODULE_PPI instance.
- @param[in] CapsuleInstance Specifies which capsule instance to retrieve.
+ @param[in] CapsuleInstance Specifies for which capsule instance to retrieve the information.
+ This parameter must be between one and the value returned by
+ GetNumberRecoveryCapsules() in NumberRecoveryCapsules.
@param[out] Buffer Specifies a caller-allocated buffer in which the requested
recovery capsule will be returned.