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 <feng.tian@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
Gary Lin
2016-10-19 15:01:26 +08:00
committed by Feng Tian
parent 3b28e7448d
commit 0a18956d54
31 changed files with 60 additions and 60 deletions

View File

@@ -684,7 +684,7 @@ IScsiFormCallback (
Private = ISCSI_FORM_CALLBACK_INFO_FROM_FORM_CALLBACK (This);
//
// Retrive uncommitted data from Browser
// Retrieve uncommitted data from Browser
//
IfrNvData = AllocateZeroPool (sizeof (ISCSI_CONFIG_IFR_NVDATA));
ASSERT (IfrNvData != NULL);

View File

@@ -1815,7 +1815,7 @@ IScsiNewDataSegment (
@param[in] Packet The EXT SCSI PASS THRU request packet containing the SCSI command.
@param[in] Lun The LUN.
@param[in] Tcb The tcb assocated with this SCSI command.
@param[in] Tcb The tcb associated with this SCSI command.
@return The created iSCSI SCSI command PDU.
@retval NULL Other errors as indicated.

View File

@@ -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.
**/

View File

@@ -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.
**/

View File

@@ -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);

View File

@@ -150,7 +150,7 @@ SockTcpDataToRcv (
@param Sock Pointer to the socket.
@param TcpRxData Pointer to the application provided receive buffer.
@param RcvdBytes The maximum length of the data can be copied.
@param IsOOB If TURE the data is OOB, FALSE the data is normal.
@param IsOOB If TRUE the data is OOB, FALSE the data is normal.
**/
VOID

View File

@@ -66,7 +66,7 @@ SockProcessTcpSndData (
@param Sock Pointer to the socket.
@param TcpRxData Pointer to the application provided receive buffer.
@param RcvdBytes The maximum length of the data can be copied.
@param IsOOB If TURE the data is OOB, else the data is normal.
@param IsOOB If TRUE the data is OOB, else the data is normal.
**/
VOID