]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/DnsDxe/DnsProtocol.c
NetworkPkg/DnsDxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / DnsDxe / DnsProtocol.c
index 9b98e90ddf1e09cd3e8321c36d1bc8423f7a92c8..4acc5fca46cf30ed7c2660fd474083d89eb9eb20 100644 (file)
@@ -158,7 +158,7 @@ ON_EXIT:
 \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
@@ -721,9 +721,9 @@ ON_EXIT:
 \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
@@ -864,7 +864,7 @@ Dns4Cancel (
   OldTpl = gBS->RaiseTPL (TPL_CALLBACK);\r
 \r
   //\r
-  // Cancle the tokens specified by Token for this instance.\r
+  // Cancel the tokens specified by Token for this instance.\r
   //\r
   Status = Dns4InstanceCancelToken (Instance, Token);\r
 \r
@@ -1007,7 +1007,7 @@ ON_EXIT:
                                   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
@@ -1566,9 +1566,9 @@ ON_EXIT:
 \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
@@ -1713,7 +1713,7 @@ Dns6Cancel (
   OldTpl = gBS->RaiseTPL (TPL_CALLBACK);\r
 \r
   //\r
-  // Cancle the tokens specified by Token for this instance.\r
+  // Cancel the tokens specified by Token for this instance.\r
   //\r
   Status = Dns6InstanceCancelToken (Instance, Token);\r
 \r