]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Application/Shell/ShellManParser.h
ShellPkg/Application: Fix various typos
[mirror_edk2.git] / ShellPkg / Application / Shell / ShellManParser.h
index 6fbad3aaaaec555565b2a91817d3adf8fbf25ecd..04031e007fe931dcf8a7a14fcc04e5a9ca20cd0e 100644 (file)
@@ -19,7 +19,7 @@
   information will be returned. If Sections is NULL, then all help text information\r
   available will be returned.\r
 \r
-  if BriefDesc is NULL, then the breif description will not be savedd seperatly,\r
+  if BriefDesc is NULL, then the breif description will not be savedd separately,\r
   but placed first in the main HelpText.\r
 \r
   @param[in] ManFileName        Points to the NULL-terminated UEFI Shell MAN file name.\r
@@ -49,11 +49,11 @@ ProcessManFile(
 \r
 /**\r
   parses through the MAN file specified by SHELL_FILE_HANDLE and returns the\r
-  detailed help for any sub section specified in the comma seperated list of\r
+  detailed help for any sub section specified in the comma separated list of\r
   sections provided.  If the end of the file or a .TH section is found then\r
   return.\r
 \r
-  Upon a sucessful return the caller is responsible to free the memory in *HelpText\r
+  Upon a successful return the caller is responsible to free the memory in *HelpText\r
 \r
   @param[in] Handle             FileHandle to read from\r
   @param[in] Sections           name of command's sub sections to find\r
@@ -62,8 +62,8 @@ ProcessManFile(
   @param[in] Ascii              TRUE if the file is ASCII, FALSE otherwise.\r
 \r
   @retval EFI_OUT_OF_RESOURCES  a memory allocation failed.\r
-  @retval EFI_SUCCESS           the section was found and its description sotred in\r
-                                an alloceted buffer.\r
+  @retval EFI_SUCCESS           the section was found and its description stored in\r
+                                an allocated buffer.\r
 **/\r
 EFI_STATUS\r
 ManFileFindSections(\r