Fix parameter name in function header.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9439 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24
2009-11-17 15:12:11 +00:00
parent 5a9403b8f3
commit 255f993d70
2 changed files with 3 additions and 3 deletions

View File

@@ -592,7 +592,7 @@ PeiGetVariable (
@param VariableNameSize On entry, points to the size of the buffer pointed to by VariableName.
@param VariableName On entry, a pointer to a null-terminated string that is the variable's name.
On return, points to the next variable's null-terminated name string.
@param VendorGuid On entry, a pointer to an EFI_GUID that is the variable's GUID.
@param VariableGuid On entry, a pointer to an EFI_GUID that is the variable's GUID.
On return, a pointer to the next variable's GUID.
@retval EFI_SUCCESS The variable was read successfully.