summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/Tcp4Dxe
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:26 +0800
committerFeng Tian <feng.tian@intel.com>2016-10-27 09:11:19 +0800
commit0a18956d54cfe70b736b029c62ce53f29b903745 (patch)
treea1f36b370a62edab9e9ed5cf3069143e19586bc3 /MdeModulePkg/Universal/Network/Tcp4Dxe
parent3b28e7448de6ef8ed94036bffe23c67dc20a7aff (diff)
downloadedk2-0a18956d54cfe70b736b029c62ce53f29b903745.tar.gz
edk2-0a18956d54cfe70b736b029c62ce53f29b903745.tar.bz2
edk2-0a18956d54cfe70b736b029c62ce53f29b903745.zip
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>
Diffstat (limited to 'MdeModulePkg/Universal/Network/Tcp4Dxe')
-rw-r--r--MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.c2
-rw-r--r--MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.c b/MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.c
index 3025790a20..fc7827325f 100644
--- a/MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.c
+++ b/MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.c
@@ -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
diff --git a/MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.h b/MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.h
index 52472d4440..4a5a845b0e 100644
--- a/MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.h
+++ b/MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.h
@@ -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