From 98cf93471dc3c2bf4e277d42a88cf5d5548dc7b9 Mon Sep 17 00:00:00 2001 From: klu2 Date: Fri, 26 Dec 2008 02:22:37 +0000 Subject: Refine function comments for BdsDxe module. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7127 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/BdsDxe/BootMaint/FileExplorer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdeModulePkg/Universal/BdsDxe/BootMaint/FileExplorer.c') diff --git a/MdeModulePkg/Universal/BdsDxe/BootMaint/FileExplorer.c b/MdeModulePkg/Universal/BdsDxe/BootMaint/FileExplorer.c index 8a946d3..8253ded 100644 --- a/MdeModulePkg/Universal/BdsDxe/BootMaint/FileExplorer.c +++ b/MdeModulePkg/Universal/BdsDxe/BootMaint/FileExplorer.c @@ -232,7 +232,7 @@ UpdateFileExplorer ( @retval EFI_OUT_OF_RESOURCES Not enough storage is available to hold the variable and its data. @retval EFI_DEVICE_ERROR The variable could not be saved. @retval EFI_UNSUPPORTED The specified Action is not supported by the callback. - + @retval EFI_INVALID_PARAMETER If paramter Value or ActionRequest is NULL. **/ EFI_STATUS EFIAPI @@ -259,7 +259,7 @@ FileExplorerCallback ( *ActionRequest = EFI_BROWSER_ACTION_REQUEST_NONE; // - // Retrive uncommitted data from Form Browser + // Retrieve uncommitted data from Form Browser // NvRamMap = &Private->FeFakeNvData; BufferSize = sizeof (FILE_EXPLORER_NV_DATA); -- cgit v1.1