]> git.proxmox.com Git - mirror_edk2.git/commitdiff
NetworkPkg/Tls: Fix few typos
authorAntoine Coeur <coeur@gmx.fr>
Fri, 7 Feb 2020 01:08:02 +0000 (02:08 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 10 Feb 2020 22:30:07 +0000 (22:30 +0000)
Fix few typos in comments and documentation.

Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Maciej Rabeda <maciej.rabeda@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Maciej Rabeda <maciej.rabeda@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-50-philmd@redhat.com>

NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigImpl.c
NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigImpl.h
NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigVfr.vfr
NetworkPkg/TlsDxe/TlsDriver.c
NetworkPkg/TlsDxe/TlsDriver.h

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
index 89d02e39a31914f1b9a05147c48a3d4b16df1e80..e9af49289393c55eb078a21e08371c68bf58e56e 100644 (file)
@@ -207,7 +207,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
index c622489afc82384cfefb79709ea334c6b46768e6..99a7feafa20cfa97b1ea55e0f45c89499f740b80 100644 (file)
@@ -19,7 +19,7 @@ formset
     guid = TLS_AUTH_CONFIG_GUID;\r
 \r
   //\r
-  // ##1 Form1: Main form for Tls Auth configration\r
+  // ##1 Form1: Main form for Tls Auth configuration\r
   //\r
   form formid = TLS_AUTH_CONFIG_FORMID1_FORM,\r
     title  = STRING_TOKEN(STR_TLS_AUTH_CONFIG_TITLE);\r
@@ -27,7 +27,7 @@ formset
     subtitle text = STRING_TOKEN(STR_NULL);\r
 \r
     //\r
-    // Display Server CA configration\r
+    // Display Server CA configuration\r
     //\r
     goto TLS_AUTH_CONFIG_FORMID2_FORM,\r
          prompt = STRING_TOKEN(STR_TLS_AUTH_CONFIG_SERVER_CA),\r
@@ -38,7 +38,7 @@ formset
     subtitle text = STRING_TOKEN(STR_NULL);\r
 \r
     //\r
-    // Display Client cert configration\r
+    // Display Client cert configuration\r
     //\r
     grayoutif TRUE; /// Current unsupported.\r
     goto TLS_AUTH_CONFIG_FORMID3_FORM,\r
index 60ad396644f0a715d15c15341fd7302f90f621db..e42ac60764ff7f460770d57db41630a12c7e8f94 100644 (file)
@@ -298,7 +298,7 @@ ON_CLEAN_SERVICE:
                          then a new handle is created. If it is a pointer to an existing UEFI handle,\r
                          then the protocol is added to the existing UEFI handle.\r
 \r
-  @retval EFI_SUCCES            The protocol was added to ChildHandle.\r
+  @retval EFI_SUCCESS           The protocol was added to ChildHandle.\r
   @retval EFI_INVALID_PARAMETER ChildHandle is NULL.\r
   @retval EFI_OUT_OF_RESOURCES  There are not enough resources available to create\r
                                 the child.\r
@@ -391,7 +391,7 @@ ON_ERROR:
   @param  This        Pointer to the EFI_SERVICE_BINDING_PROTOCOL instance.\r
   @param  ChildHandle Handle of the child to destroy.\r
 \r
-  @retval EFI_SUCCES            The protocol was removed from ChildHandle.\r
+  @retval EFI_SUCCESS           The protocol was removed from ChildHandle.\r
   @retval EFI_UNSUPPORTED       ChildHandle does not support the protocol that is being removed.\r
   @retval EFI_INVALID_PARAMETER Child handle is NULL.\r
   @retval EFI_ACCESS_DENIED     The protocol could not be removed from the ChildHandle\r
index e9b581d05459c982274b739536c48c185bd7aff5..64a81bd49063356f3b356378f847dc7183237123 100644 (file)
@@ -189,7 +189,7 @@ TlsDriverEntryPoint (
                          then a new handle is created. If it is a pointer to an existing UEFI handle,\r
                          then the protocol is added to the existing UEFI handle.\r
 \r
-  @retval EFI_SUCCES            The protocol was added to ChildHandle.\r
+  @retval EFI_SUCCESS           The protocol was added to ChildHandle.\r
   @retval EFI_INVALID_PARAMETER ChildHandle is NULL.\r
   @retval EFI_OUT_OF_RESOURCES  There are not enough resources available to create\r
                                 the child.\r
@@ -213,7 +213,7 @@ TlsServiceBindingCreateChild (
   @param  This        Pointer to the EFI_SERVICE_BINDING_PROTOCOL instance.\r
   @param  ChildHandle Handle of the child to destroy.\r
 \r
-  @retval EFI_SUCCES            The protocol was removed from ChildHandle.\r
+  @retval EFI_SUCCESS           The protocol was removed from ChildHandle.\r
   @retval EFI_UNSUPPORTED       ChildHandle does not support the protocol that is being removed.\r
   @retval EFI_INVALID_PARAMETER Child handle is NULL.\r
   @retval EFI_ACCESS_DENIED     The protocol could not be removed from the ChildHandle\r