Fix typo in comment.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5109 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-04-22 05:52:01 +00:00
parent 2a254b9046
commit 7459094d5f
9 changed files with 23 additions and 19 deletions

View File

@@ -23,6 +23,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
@param Pack - List of variables
@param Name - Name of the variable/map
@param Guid - GUID of the variable/map
@param Id - The index of the variable/map to retrieve
@param Var - Pointer to the variable/map
@param Size - Size of the variable/map in bytes
**/
@@ -119,11 +120,12 @@ EfiLibHiiVariablePackListForEachVar (
@param List - List of variables
@param Name - Name of the variable/map
@param Guid - GUID of the variable/map
@param Id - Id of the variable/map
@param Var - Pointer to the variable/map
@param Size - Size of the variable/map in bytes
@param EFI_SUCCESS - Variable is found, OUT parameters are valid
@param EFI_NOT_FOUND - Variable is not found, OUT parameters are not valid
@return EFI_SUCCESS - Variable is found, OUT parameters are valid
@return EFI_NOT_FOUND - Variable is not found, OUT parameters are not valid
**/
EFI_STATUS
EfiLibHiiVariablePackListGetMapByIdx (
@@ -233,6 +235,7 @@ EfiLibHiiVariablePackListGetMapById (
@param List - List of variables
@param Name - Name of the variable/map to be found
@param Guid - GUID of the variable/map to be found
@param Id - Id of the variable/map to be found
@param Var - Pointer to the variable/map found
@param Size - Size of the variable/map in bytes found