]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/TcpDxe/TcpOption.h
NetworkPkg/TcpDxe/Tcp: Fix various typos
[mirror_edk2.git] / NetworkPkg / TcpDxe / TcpOption.h
index b28f4e63370c7274058c805d6d04c0ff56f8f3d6..20a476ecebd66d5911d5d8f31d89f6b753daac57 100644 (file)
 #define TCP_OPTION_MSS_FAST  ((TCP_OPTION_MSS << 24) | (TCP_OPTION_MSS_LEN << 16))\r
 \r
 //\r
-// Other misc definations\r
+// Other misc definitions\r
 //\r
 #define TCP_OPTION_RCVD_MSS        0x01\r
 #define TCP_OPTION_RCVD_WS         0x02\r
 #define TCP_OPTION_RCVD_TS         0x04\r
-#define TCP_OPTION_MAX_WS          14      ///< Maxium window scale value\r
+#define TCP_OPTION_MAX_WS          14      ///< Maximum window scale value\r
 #define TCP_OPTION_MAX_WIN         0xffff  ///< Max window size in TCP header\r
 \r
 ///\r
@@ -111,7 +111,7 @@ TcpBuildOption (
                            successfully pasrsed options.\r
 \r
   @retval          0       The options successfully pasrsed.\r
-  @retval          -1      Ilegal option was found.\r
+  @retval          -1      Illegal option was found.\r
 \r
 **/\r
 INTN\r