From 0a18956d54cfe70b736b029c62ce53f29b903745 Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Wed, 19 Oct 2016 15:01:26 +0800 Subject: MdeModulePkg/Universal: Fix typos in comments - stardard -> standard - doule -> double - defalut -> default - Pacakge -> Package - globa -> global - responsiblity -> responsibility - outputed -> outputted - specifiecd -> specified - Resuts -> Results - the a -> a - suported -> supported - assocated -> associated - TURE -> TRUE - successfull -> successfully - excute -> execute - reseting -> resetting - Retrive -> Retrieve - funciton -> function - paramter -> parameter - dependecy -> dependency - boundry -> boundary - permenantly -> permanently Cc: Feng Tian Cc: Star Zeng Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin Reviewed-by: Feng Tian Reviewed-by: Star Zeng --- MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c | 2 +- MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.h | 2 +- MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Nv.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'MdeModulePkg/Universal/Network/Ip4Dxe') diff --git a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c index 97b555b5fe..d868957896 100644 --- a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c +++ b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c @@ -901,7 +901,7 @@ Exit: @param[in] Instance The IP4 config2 instance to configure - @retval EFI_SUCCESS The auto configuration is successfull started + @retval EFI_SUCCESS The auto configuration is successfully started @retval Others Failed to start auto configuration. **/ diff --git a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.h b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.h index b6da11f8ec..a431f6f732 100644 --- a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.h +++ b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.h @@ -235,7 +235,7 @@ Ip4Config2ReadConfigData ( @param[in] Instance The IP4 config2 instance to configure. - @retval EFI_SUCCESS The auto configuration is successfull started. + @retval EFI_SUCCESS The auto configuration is successfully started. @retval Others Failed to start auto configuration. **/ diff --git a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Nv.c b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Nv.c index 381dcb1e97..ee771e3d6d 100644 --- a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Nv.c +++ b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Nv.c @@ -1134,7 +1134,7 @@ Ip4FormCallback ( } // - // Retrive uncommitted data from Browser + // Retrieve uncommitted data from Browser // if (!HiiGetBrowserData (&gIp4Config2NvDataGuid, mIp4Config2StorageName, sizeof (IP4_CONFIG2_IFR_NVDATA), (UINT8 *) IfrFormNvData)) { FreePool (IfrFormNvData); -- cgit v1.2.3