]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigImpl.c
NetworkPkg/Tls: Fix few typos
[mirror_edk2.git] / NetworkPkg / TlsAuthConfigDxe / TlsAuthConfigImpl.c
index 666216545277d63648395f322167e29bc7ac0b5d..715bc3a0a9414912e55307ffcc609cbe2b69a412 100644 (file)
@@ -298,7 +298,7 @@ ON_EXIT:
   @param[in]    QuestionIdBase      Base question id of the cert list.\r
   @param[in]    DeleteIndex         Cert index to delete.\r
 \r
-  @retval   EFI_SUCCESS             Delete siganture successfully.\r
+  @retval   EFI_SUCCESS             Delete signature successfully.\r
   @retval   EFI_NOT_FOUND           Can't find the signature item,\r
   @retval   EFI_OUT_OF_RESOURCES    Could not allocate needed resources.\r
 **/\r
@@ -597,7 +597,7 @@ DevicePathToStr (
 \r
   @param DevicePath       Device path.\r
 \r
-  @retval NULL            Not enough memory resourece for AllocateCopyPool.\r
+  @retval NULL            Not enough memory resource for AllocateCopyPool.\r
   @retval Other           A new allocated string that represents the file name.\r
 \r
 **/\r
@@ -1303,7 +1303,7 @@ TlsAuthConfigAccessExtractConfig (
   @param Progress       A pointer to a string filled in with the\r
                         offset of the most recent '&' before the\r
                         first failing name / value pair (or the\r
-                        beginn ing of the string if the failure\r
+                        beginning of the string if the failure\r
                         is in the first name / value pair) or\r
                         the terminating NULL if all was\r
                         successful.\r