]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/DnsDxe/DnsImpl.h
NetworkPkg/DnsDxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / DnsDxe / DnsImpl.h
index fdab9c75e3f385624a33fa74b0bb71e6f851fd5d..10bc399e9ed5232c0fae24a12d5b6b6eb9481f2a 100644 (file)
@@ -182,7 +182,7 @@ typedef struct {
   @param[in] TokenMap          All DNSv4 Token entrys.\r
   @param[in] TokenEntry        TokenEntry need to be removed.\r
 \r
-  @retval EFI_SUCCESS          Remove TokenEntry from TokenMap sucessfully.\r
+  @retval EFI_SUCCESS          Remove TokenEntry from TokenMap successfully.\r
   @retval EFI_NOT_FOUND        TokenEntry is not found in TokenMap.\r
 \r
 **/\r
@@ -198,7 +198,7 @@ Dns4RemoveTokenEntry (
   @param[in] TokenMap           All DNSv6 Token entrys.\r
   @param[in] TokenEntry         TokenEntry need to be removed.\r
 \r
-  @retval EFI_SUCCESS           Remove TokenEntry from TokenMap sucessfully.\r
+  @retval EFI_SUCCESS           Remove TokenEntry from TokenMap successfully.\r
   @retval EFI_NOT_FOUND         TokenEntry is not found in TokenMap.\r
 \r
 **/\r
@@ -209,7 +209,7 @@ Dns6RemoveTokenEntry (
   );\r
 \r
 /**\r
-  This function cancle the token specified by Arg in the Map.\r
+  This function cancel the token specified by Arg in the Map.\r
 \r
   @param[in]  Map             Pointer to the NET_MAP.\r
   @param[in]  Item            Pointer to the NET_MAP_ITEM.\r
@@ -233,7 +233,7 @@ Dns4CancelTokens (
   );\r
 \r
 /**\r
-  This function cancle the token specified by Arg in the Map.\r
+  This function cancel the token specified by Arg in the Map.\r
 \r
   @param[in]  Map             Pointer to the NET_MAP.\r
   @param[in]  Item            Pointer to the NET_MAP_ITEM.\r
@@ -263,7 +263,7 @@ Dns6CancelTokens (
   @param[in]  Token               Pointer to the token to be get.\r
   @param[out] TokenEntry          Pointer to TokenEntry corresponding Token.\r
 \r
-  @retval EFI_SUCCESS             Get the TokenEntry from the TokensMap sucessfully.\r
+  @retval EFI_SUCCESS             Get the TokenEntry from the TokensMap successfully.\r
   @retval EFI_NOT_FOUND           TokenEntry is not found in TokenMap.\r
 \r
 **/\r
@@ -282,7 +282,7 @@ GetDns4TokenEntry (
   @param[in]  Token               Pointer to the token to be get.\r
   @param[out] TokenEntry          Pointer to TokenEntry corresponding Token.\r
 \r
-  @retval EFI_SUCCESS             Get the TokenEntry from the TokensMap sucessfully.\r
+  @retval EFI_SUCCESS             Get the TokenEntry from the TokensMap successfully.\r
   @retval EFI_NOT_FOUND           TokenEntry is not found in TokenMap.\r
 \r
 **/\r
@@ -410,7 +410,7 @@ DnsDummyExtFree (
   @param  UdpCfgData             The UDP configure data to reconfigure the UDP_IO\r
 \r
   @retval TRUE                   The default address is retrieved and UDP is reconfigured.\r
-  @retval FALSE                  Some error occured.\r
+  @retval FALSE                  Some error occurred.\r
 \r
 **/\r
 BOOLEAN\r
@@ -429,7 +429,7 @@ Dns4GetMapping (
   @param  UdpCfgData             The UDP configure data to reconfigure the UDP_IO\r
 \r
   @retval TRUE                   Configure the Udp6 instance successfully.\r
-  @retval FALSE                  Some error occured.\r
+  @retval FALSE                  Some error occurred.\r
 \r
 **/\r
 BOOLEAN\r
@@ -743,7 +743,7 @@ Dns4GetModeData (
 \r
   @retval EFI_SUCCESS             The operation completed successfully.\r
   @retval EFI_UNSUPPORTED         The designated protocol is not supported.\r
-  @retval EFI_INVALID_PARAMTER    Thisis NULL.\r
+  @retval EFI_INVALID_PARAMETER   This is NULL.\r
                                   The StationIp address provided in DnsConfigData is not a\r
                                   valid unicast.\r
                                   DnsServerList is NULL while DnsServerListCount\r
@@ -869,9 +869,9 @@ Dns4GeneralLookUp (
 \r
   @param[in]  This                Pointer to EFI_DNS4_PROTOCOL instance.\r
   @param[in]  DeleteFlag          If FALSE, this function is to add one entry to the\r
-                                  DNS Cahce. If TRUE, this function will delete\r
+                                  DNS Cache. If TRUE, this function will delete\r
                                   matching DNS Cache entry.\r
-  @param[in]  Override            If TRUE, the maching DNS cache entry will be\r
+  @param[in]  Override            If TRUE, the matching DNS cache entry will be\r
                                   overwritten with the supplied parameter. If FALSE,\r
                                   EFI_ACCESS_DENIED will be returned if the entry to\r
                                   be added is already existed.\r
@@ -989,7 +989,7 @@ Dns6GetModeData (
                                   storage to be allocated and released by caller.\r
 \r
   @retval EFI_SUCCESS             The operation completed successfully.\r
-  @retval EFI_INVALID_PARAMTER    This is NULL.\r
+  @retval EFI_INVALID_PARAMETER    This is NULL.\r
                                   The StationIp address provided in DnsConfigData is not zero and not a valid unicast.\r
                                   DnsServerList is NULL while DnsServerList Count is not ZERO.\r
                                   DnsServerList Count is ZERO while DnsServerList is not NULL.\r
@@ -1117,9 +1117,9 @@ Dns6GeneralLookUp (
 \r
   @param[in]  This                Pointer to EFI_DNS6_PROTOCOL instance.\r
   @param[in]  DeleteFlag          If FALSE, this function is to add one entry to the\r
-                                  DNS Cahce. If TRUE, this function will delete\r
+                                  DNS Cache. If TRUE, this function will delete\r
                                   matching DNS Cache entry.\r
-  @param[in]  Override            If TRUE, the maching DNS cache entry will be\r
+  @param[in]  Override            If TRUE, the matching DNS cache entry will be\r
                                   overwritten with the supplied parameter. If FALSE,\r
                                   EFI_ACCESS_DENIED will be returned if the entry to\r
                                   be added is already existed.\r