]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Fix spelling mistake for occurred
authorMichael D Kinney <michael.d.kinney@intel.com>
Sat, 1 Aug 2020 00:52:32 +0000 (17:52 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 19 Aug 2020 00:54:23 +0000 (00:54 +0000)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361

Cc: Ray Ni <ray.ni@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Guomin Jiang <guomin.jiang@intel.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
23 files changed:
ShellPkg/Include/Library/ShellLib.h
ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c
ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c
ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.h
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.c
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.h
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Clipboard.c
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Clipboard.h
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/DiskImage.c
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/DiskImage.h
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.h
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.h
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MemImage.c
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MemImage.h
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Misc.c
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Misc.h
ShellPkg/Library/UefiShellDriver1CommandsLib/Drivers.c
ShellPkg/Library/UefiShellLevel2CommandsLib/Rm.c
ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h
ShellPkg/Library/UefiShellLib/UefiShellLib.c

index 1dc41f2cc11bf48b63b80919092a69caaa155ba3..ed9b8f910517440d77fee9fa5ac9c6b13e51ee2e 100644 (file)
@@ -1034,7 +1034,7 @@ ShellIsFileInPath(
   @param[in] String   String representation of a number.\r
 \r
   @return             The unsigned integer result of the conversion.\r
-  @retval (UINTN)(-1) An error occured.\r
+  @retval (UINTN)(-1) An error occurred.\r
 **/\r
 UINTN\r
 EFIAPI\r
@@ -1051,7 +1051,7 @@ ShellStrToUintn(
   @param[in] String   String representation of a number.\r
 \r
   @return             The unsigned integer result of the conversion.\r
-  @retval (UINTN)(-1) An error occured.\r
+  @retval (UINTN)(-1) An error occurred.\r
 **/\r
 UINTN\r
 EFIAPI\r
index f8bcaebe46c855bbaebfd0bf1f5e9215afb265bc..52d90e3c97d288da04130cf841d38518fb115405 100644 (file)
@@ -84,7 +84,7 @@ typedef struct {
   @param[in]      Target    The target of the operation.\r
 \r
   @retval EFI_SUCCESS       The data was sucessfully updated.\r
-  @retval other             A error occured.\r
+  @retval other             A error occurred.\r
 **/\r
 EFI_STATUS\r
 UpdateOptionalData(\r
@@ -170,7 +170,7 @@ UpdateOptionalData(
   @param[in]      BootIndex   The boot option index to CRC.\r
 \r
   @retval EFI_SUCCESS           The CRC was sucessfully returned.\r
-  @retval other                 A error occured.\r
+  @retval other                 A error occurred.\r
 **/\r
 EFI_STATUS\r
 GetBootOptionCrc(\r
index c9814e400c1e70cb552512edf287d5916b41e05a..5659ec981054a434f3f20bd6160651814a128e5f 100644 (file)
@@ -221,7 +221,7 @@ InternalEditorMiscLineRetreat (
                        >0 : advance\r
                        <0 : retreat\r
 \r
-  @retval NULL An error occured.\r
+  @retval NULL An error occurred.\r
   @return The line after advance/retreat.\r
 **/\r
 EFI_EDITOR_LINE *\r
@@ -2609,7 +2609,7 @@ RightCurrentScreen (
                      >0 : advance\r
                      <0: retreat\r
 \r
-  @retval NULL An error occured.\r
+  @retval NULL An error occurred.\r
   @return The line after advance/retreat.\r
 **/\r
 EFI_EDITOR_LINE *\r
index df530f11196c773529d5cd8d32053ea538143a5b..a9423e0d10b11f6c679a1b1b5f19cb6621bc8844 100644 (file)
@@ -40,7 +40,7 @@ EFI_EDITOR_GLOBAL_EDITOR      MainEditor;
   Load a file from disk to editor\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
   @retval EFI_OUT_OF_RESOURCES    A memory allocation failed.\r
 **/\r
 EFI_STATUS\r
@@ -74,7 +74,7 @@ MainCommandGotoLine (
 \r
   @retval EFI_SUCCESS           The file was saved correctly.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR          A file access error occured.\r
+  @retval EFI_LOAD_ERROR          A file access error occurred.\r
 **/\r
 EFI_STATUS\r
 MainCommandSaveFile (\r
@@ -96,7 +96,7 @@ MainCommandDisplayHelp (
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES    A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 MainCommandExit (\r
@@ -108,7 +108,7 @@ MainCommandExit (
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES    A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 MainCommandSearch (\r
@@ -120,7 +120,7 @@ MainCommandSearch (
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES    A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 MainCommandSearchReplace (\r
@@ -132,7 +132,7 @@ MainCommandSearchReplace (
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES    A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 MainCommandCutLine (\r
@@ -144,7 +144,7 @@ MainCommandCutLine (
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES    A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 MainCommandPasteLine (\r
@@ -277,7 +277,7 @@ EDITOR_MENU_ITEM  MainMenuItems[] = {
   Load a file from disk to editor\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
   @retval EFI_OUT_OF_RESOURCES    A memory allocation failed.\r
 **/\r
 EFI_STATUS\r
@@ -465,7 +465,7 @@ MainCommandSwitchFileType (
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES    A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 MainCommandCutLine (\r
@@ -503,7 +503,7 @@ MainCommandCutLine (
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES    A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 MainCommandPasteLine (\r
@@ -535,7 +535,7 @@ MainCommandPasteLine (
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES    A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 MainCommandSearch (\r
@@ -676,7 +676,7 @@ MainCommandSearch (
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES    A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 MainCommandSearchReplace (\r
@@ -979,7 +979,7 @@ MainCommandSearchReplace (
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES    A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 MainCommandExit (\r
@@ -1133,7 +1133,7 @@ MainCommandGotoLine (
 \r
   @retval EFI_SUCCESS           The file was saved correctly.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR          A file access error occured.\r
+  @retval EFI_LOAD_ERROR          A file access error occurred.\r
 **/\r
 EFI_STATUS\r
 MainCommandSaveFile (\r
@@ -1439,7 +1439,7 @@ EFI_EDITOR_GLOBAL_EDITOR      MainEditorConst = {
   The initialization function for MainEditor.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 MainEditorInit (\r
@@ -1585,7 +1585,7 @@ MainEditorInit (
   The cleanup function for MainEditor.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 MainEditorCleanup (\r
@@ -1823,7 +1823,7 @@ MainEditorHandleMouseInput (
   Handle user key input. This routes to other functions for the actions.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
   @retval EFI_OUT_OF_RESOURCES    A memory allocation failed.\r
 **/\r
 EFI_STATUS\r
index 766d7bba40c6ab44fb596765aba0ea8c3abf9ad5..b22b6587bf5b5ec1b6736d3601d8638143b74577 100644 (file)
@@ -15,7 +15,7 @@
   The initialization function for MainEditor.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 MainEditorInit (\r
@@ -26,7 +26,7 @@ MainEditorInit (
   The cleanup function for MainEditor.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 MainEditorCleanup (\r
@@ -45,7 +45,7 @@ MainEditorRefresh (
   Handle user key input. This routes to other functions for the actions.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
   @retval EFI_OUT_OF_RESOURCES    A memory allocation failed.\r
 **/\r
 EFI_STATUS\r
index 5db40eef4ee01200d2cc28d4e2013a909b577e19..a730cc105c44ef2acc1169547926dcf542fa9fdf 100644 (file)
@@ -72,7 +72,7 @@ BOOLEAN                           HBufferImageMouseNeedRefresh;
   Initialization function for HBufferImage\r
 \r
   @retval EFI_SUCCESS       The operation was successful.\r
-  @retval EFI_LOAD_ERROR    A load error occured.\r
+  @retval EFI_LOAD_ERROR    A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HBufferImageInit (\r
@@ -730,7 +730,7 @@ HBufferImageRestorePosition (
   Refresh function for HBufferImage.\r
 \r
   @retval EFI_SUCCESS     The operation was successful.\r
-  @retval EFI_LOAD_ERROR  A Load error occured.\r
+  @retval EFI_LOAD_ERROR  A Load error occurred.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -1314,7 +1314,7 @@ HBufferImageDoBackspace (
   @param[in] Char               The input char.\r
 \r
   @retval EFI_SUCCESS           The operation was successful.\r
-  @retval EFI_LOAD_ERROR        A load error occured.\r
+  @retval EFI_LOAD_ERROR        A load error occurred.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
 **/\r
 EFI_STATUS\r
@@ -2376,7 +2376,7 @@ HBufferImageAdjustMousePosition (
                         INS\r
 \r
   @retval EFI_SUCCESS           The operation was successful.\r
-  @retval EFI_LOAD_ERROR        A load error occured.\r
+  @retval EFI_LOAD_ERROR        A load error occurred.\r
   @retval EFI_OUT_OF_RESOURCES  A Memory allocation failed.\r
 **/\r
 EFI_STATUS\r
index 3df22306cab3f198044ad1a8d8f9a7810f82e750..0599f293ecfd562138aed10b97cc6fd5915072dd 100644 (file)
@@ -16,7 +16,7 @@
   Initialization function for HBufferImage\r
 \r
   @retval EFI_SUCCESS       The operation was successful.\r
-  @retval EFI_LOAD_ERROR    A load error occured.\r
+  @retval EFI_LOAD_ERROR    A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HBufferImageInit (\r
@@ -37,7 +37,7 @@ HBufferImageCleanup (
   Refresh function for HBufferImage.\r
 \r
   @retval EFI_SUCCESS     The operation was successful.\r
-  @retval EFI_LOAD_ERROR  A Load error occured.\r
+  @retval EFI_LOAD_ERROR  A Load error occurred.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -57,7 +57,7 @@ HBufferImageRefresh (
                         INS\r
 \r
   @retval EFI_SUCCESS           The operation was successful.\r
-  @retval EFI_LOAD_ERROR        A load error occured.\r
+  @retval EFI_LOAD_ERROR        A load error occurred.\r
   @retval EFI_OUT_OF_RESOURCES  A Memory allocation failed.\r
 **/\r
 EFI_STATUS\r
index 6cb42764b656c6422f10c0df28a159b40a8edffb..c2d6c5fa9aaf41a2310707f58d1d0b42e14eba81 100644 (file)
@@ -27,7 +27,7 @@ HEFI_EDITOR_CLIPBOARD HClipBoardConst = {
   Initialization function for HDiskImage.\r
 \r
   @param[in] EFI_SUCCESS      The operation was successful.\r
-  @param[in] EFI_LOAD_ERROR   A load error occured.\r
+  @param[in] EFI_LOAD_ERROR   A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HClipBoardInit (\r
@@ -46,7 +46,7 @@ HClipBoardInit (
   Initialization function for HDiskImage.\r
 \r
   @param[in] EFI_SUCCESS      The operation was successful.\r
-  @param[in] EFI_LOAD_ERROR   A load error occured.\r
+  @param[in] EFI_LOAD_ERROR   A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HClipBoardCleanup (\r
index 44399cfbb534a8d6ef606dd4da4690890daada72..6e1e2d42ccfe92eedc45fa4d7d5c10fda995843a 100644 (file)
@@ -16,7 +16,7 @@
   Initialization function for HDiskImage\r
 \r
   @param[in] EFI_SUCCESS      The operation was successful.\r
-  @param[in] EFI_LOAD_ERROR   A load error occured.\r
+  @param[in] EFI_LOAD_ERROR   A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HClipBoardInit (\r
@@ -27,7 +27,7 @@ HClipBoardInit (
   Initialization function for HDiskImage.\r
 \r
   @param[in] EFI_SUCCESS      The operation was successful.\r
-  @param[in] EFI_LOAD_ERROR   A load error occured.\r
+  @param[in] EFI_LOAD_ERROR   A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HClipBoardCleanup (\r
index e31b90b867fdecf615943ff3950956bf98cfaaec..771a5c6840254740fb9b2688d9164549227aa3be 100644 (file)
@@ -35,7 +35,7 @@ HEFI_EDITOR_DISK_IMAGE            HDiskImageConst = {
   Initialization function for HDiskImage.\r
 \r
   @retval EFI_SUCCESS     The operation was successful.\r
-  @retval EFI_LOAD_ERROR  A load error occured.\r
+  @retval EFI_LOAD_ERROR  A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HDiskImageInit (\r
@@ -147,7 +147,7 @@ HDiskImageSetDiskNameOffsetSize (
 \r
   @retval EFI_SUCCESS           The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR        A load error occured.\r
+  @retval EFI_LOAD_ERROR        A load error occurred.\r
   @retval EFI_INVALID_PARAMETER A parameter was invalid.\r
 **/\r
 EFI_STATUS\r
@@ -319,7 +319,7 @@ HDiskImageRead (
 \r
   @retval EFI_SUCCESS           The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR        A load error occured.\r
+  @retval EFI_LOAD_ERROR        A load error occurred.\r
   @retval EFI_INVALID_PARAMETER A parameter was invalid.\r
 **/\r
 EFI_STATUS\r
index e5c6f42e15dfeaeac38214d57a879e71f01e2787..d0a78e0a120a692914e045d30410855fd94e1c26 100644 (file)
@@ -16,7 +16,7 @@
   Initialization function for HDiskImage.\r
 \r
   @retval EFI_SUCCESS     The operation was successful.\r
-  @retval EFI_LOAD_ERROR  A load error occured.\r
+  @retval EFI_LOAD_ERROR  A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HDiskImageInit (\r
@@ -55,7 +55,7 @@ HDiskImageBackup (
 \r
   @retval EFI_SUCCESS           The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR        A load error occured.\r
+  @retval EFI_LOAD_ERROR        A load error occurred.\r
   @retval EFI_INVALID_PARAMETER A parameter was invalid.\r
 **/\r
 EFI_STATUS\r
@@ -76,7 +76,7 @@ HDiskImageRead (
 \r
   @retval EFI_SUCCESS           The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR        A load error occured.\r
+  @retval EFI_LOAD_ERROR        A load error occurred.\r
   @retval EFI_INVALID_PARAMETER A parameter was invalid.\r
 **/\r
 EFI_STATUS\r
index bb324ceafcceb9a842f800744bda5a308192ca55..4f96cb6cb5dad3c5148473b4c86569f0c94e48f1 100644 (file)
@@ -131,7 +131,7 @@ HFileImageSetFileName (
 \r
   @retval EFI_SUCCESS           The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR        A load error occured.\r
+  @retval EFI_LOAD_ERROR        A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HFileImageRead (\r
@@ -244,7 +244,7 @@ HFileImageRead (
 \r
   @retval EFI_SUCCESS           The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR        A load error occured.\r
+  @retval EFI_LOAD_ERROR        A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HFileImageSave (\r
index 7967144db31a2d1a2bc58c5e911ce0635342b569..9fb25ac5e9c231ec158dd07d8062720f15340fcd 100644 (file)
@@ -52,7 +52,7 @@ HFileImageBackup (
 \r
   @retval EFI_SUCCESS           The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR        A load error occured.\r
+  @retval EFI_LOAD_ERROR        A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HFileImageRead (\r
@@ -67,7 +67,7 @@ HFileImageRead (
 \r
   @retval EFI_SUCCESS           The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR        A load error occured.\r
+  @retval EFI_LOAD_ERROR        A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HFileImageSave (\r
index a00df49d38f0a0258eb6c4f01577b57935dc4989..9f72da11939e32ef5b4fcfe630c1c73116c1c4c3 100644 (file)
@@ -243,8 +243,8 @@ HMainCommandGoToOffset (
   save to another file name.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_OUT_OF_RESOURCES    A memory allocation occured.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_OUT_OF_RESOURCES    A memory allocation occurred.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HMainCommandSaveBuffer (\r
@@ -540,8 +540,8 @@ HMainCommandSaveBuffer (
   Load a disk buffer editor.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_OUT_OF_RESOURCES    A memory allocation occured.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_OUT_OF_RESOURCES    A memory allocation occurred.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HMainCommandSelectStart (\r
@@ -578,8 +578,8 @@ HMainCommandSelectStart (
   Load a disk buffer editor.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_OUT_OF_RESOURCES    A memory allocation occured.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_OUT_OF_RESOURCES    A memory allocation occurred.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HMainCommandSelectEnd (\r
@@ -616,8 +616,8 @@ HMainCommandSelectEnd (
   Cut current line to clipboard.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_OUT_OF_RESOURCES    A memory allocation occured.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_OUT_OF_RESOURCES    A memory allocation occurred.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HMainCommandCut (\r
@@ -688,8 +688,8 @@ HMainCommandCut (
   Paste line to file buffer.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_OUT_OF_RESOURCES    A memory allocation occured.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_OUT_OF_RESOURCES    A memory allocation occurred.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HMainCommandPaste (\r
@@ -748,8 +748,8 @@ HMainCommandPaste (
   Exit editor.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_OUT_OF_RESOURCES    A memory allocation occured.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_OUT_OF_RESOURCES    A memory allocation occurred.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HMainCommandExit (\r
@@ -841,8 +841,8 @@ HMainCommandExit (
   Load a file from disk to editor.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_OUT_OF_RESOURCES    A memory allocation occured.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_OUT_OF_RESOURCES    A memory allocation occurred.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HMainCommandOpenFile (\r
@@ -1074,8 +1074,8 @@ HMainCommandOpenFile (
   Load a disk buffer editor.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_OUT_OF_RESOURCES    A memory allocation occured.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_OUT_OF_RESOURCES    A memory allocation occurred.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
   @retval EFI_NOT_FOUND           The disk was not found.\r
 **/\r
 EFI_STATUS\r
@@ -1319,8 +1319,8 @@ HMainCommandOpenDisk (
   Load memory content to editor\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_OUT_OF_RESOURCES    A memory allocation occured.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_OUT_OF_RESOURCES    A memory allocation occurred.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
   @retval EFI_NOT_FOUND           The disk was not found.\r
 **/\r
 EFI_STATUS\r
@@ -1623,7 +1623,7 @@ CONST EDITOR_MENU_ITEM HexEditorMenuItems[] = {
   Init function for MainEditor\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HMainEditorInit (\r
@@ -1780,7 +1780,7 @@ HMainEditorInit (
   Cleanup function for MainEditor.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HMainEditorCleanup (\r
@@ -1932,8 +1932,8 @@ HMainEditorRefresh (
   @param[out] BeforeLeftButtonDown  helps with selections.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_OUT_OF_RESOURCES    A memory allocation occured.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_OUT_OF_RESOURCES    A memory allocation occurred.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
   @retval EFI_NOT_FOUND           The disk was not found.\r
 **/\r
 EFI_STATUS\r
@@ -2091,8 +2091,8 @@ HMainEditorHandleMouseInput (
   Handle user key input. will route it to other components handle function.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_OUT_OF_RESOURCES    A memory allocation occured.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_OUT_OF_RESOURCES    A memory allocation occurred.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HMainEditorKeyInput (\r
index e1a14a4b468cd4be7ad16c7885e19f7edd9b041d..c77685c175d7923762f1a6c4f608bc96c833c536 100644 (file)
@@ -18,7 +18,7 @@
   Init function for MainEditor\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HMainEditorInit (\r
@@ -29,7 +29,7 @@ HMainEditorInit (
   Cleanup function for MainEditor.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HMainEditorCleanup (\r
@@ -50,8 +50,8 @@ HMainEditorRefresh (
   Handle user key input. will route it to other components handle function.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_OUT_OF_RESOURCES    A memory allocation occured.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_OUT_OF_RESOURCES    A memory allocation occurred.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HMainEditorKeyInput (\r
index 224fbe73981eef31c6c5b5129d9d73ed855d6bce..5e734f668a61aad0a544345f7fa803df49c72285 100644 (file)
@@ -34,7 +34,7 @@ HEFI_EDITOR_MEM_IMAGE             HMemImageConst = {
   Initialization function for HDiskImage.\r
 \r
   @retval EFI_SUCCESS       The operation was successful.\r
-  @retval EFI_LOAD_ERROR    A load error occured.\r
+  @retval EFI_LOAD_ERROR    A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HMemImageInit (\r
@@ -106,7 +106,7 @@ HMemImageSetMemOffsetSize (
   @param[in] Size     The size.\r
   @param[in] Recover  if is for recover, no information print.\r
 \r
-  @retval EFI_LOAD_ERROR        A load error occured.\r
+  @retval EFI_LOAD_ERROR        A load error occurred.\r
   @retval EFI_SUCCESS           The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
 **/\r
@@ -217,7 +217,7 @@ HMemImageRead (
   @param[in] Offset   The offset.\r
   @param[in] Size     The size.\r
 \r
-  @retval EFI_LOAD_ERROR        A load error occured.\r
+  @retval EFI_LOAD_ERROR        A load error occurred.\r
   @retval EFI_SUCCESS           The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
 **/\r
index d17d1ee32ce6e024f2db2cce3135408e6598e289..090a3fc775c75b8b79a95e4c764cc205bc147b5e 100644 (file)
@@ -16,7 +16,7 @@
   Initialization function for HDiskImage.\r
 \r
   @retval EFI_SUCCESS       The operation was successful.\r
-  @retval EFI_LOAD_ERROR    A load error occured.\r
+  @retval EFI_LOAD_ERROR    A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HMemImageInit (\r
@@ -56,7 +56,7 @@ HMemImageSetMemOffsetSize (
   @param[in] Size     The size.\r
   @param[in] Recover  if is for recover, no information print.\r
 \r
-  @retval EFI_LOAD_ERROR        A load error occured.\r
+  @retval EFI_LOAD_ERROR        A load error occurred.\r
   @retval EFI_SUCCESS           The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
 **/\r
@@ -73,7 +73,7 @@ HMemImageRead (
   @param[in] Offset   The offset.\r
   @param[in] Size     The size.\r
 \r
-  @retval EFI_LOAD_ERROR        A load error occured.\r
+  @retval EFI_LOAD_ERROR        A load error occurred.\r
   @retval EFI_SUCCESS           The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
 **/\r
index cc11f9e87c70b2913d7d7ee276630db4fd181554..10bf15cbfb5f9bccc1ffcf6da74d4b13add9c3e5 100644 (file)
@@ -33,7 +33,7 @@ HLineFree (
 \r
   @param[in] Count      The line number to advance.\r
 \r
-  @retval NULL An error occured.\r
+  @retval NULL An error occurred.\r
   @return A pointer to the line after advance.\r
 **/\r
 HEFI_EDITOR_LINE *\r
@@ -68,7 +68,7 @@ HLineAdvance (
 \r
   @param[in] Count    The line number to retreat.\r
 \r
-  @retval NULL An error occured.\r
+  @retval NULL An error occurred.\r
   @return A pointer to the line after retreat.\r
 **/\r
 HEFI_EDITOR_LINE *\r
@@ -105,7 +105,7 @@ HLineRetreat (
                             >0 : advance\r
                             <0: retreat\r
 \r
-  @retval NULL An error occured.\r
+  @retval NULL An error occurred.\r
   @return A pointer to the line after move.\r
 **/\r
 HEFI_EDITOR_LINE *\r
@@ -138,7 +138,7 @@ HMoveLine (
                           >0 : advance\r
                           <0: retreat\r
 \r
-  @retval NULL An error occured.\r
+  @retval NULL An error occurred.\r
   @return A pointer to the line after move.\r
 **/\r
 HEFI_EDITOR_LINE *\r
index d5137ea139853c6a1e8a8d7ab6cb0340f27b756f..02df65959cfb402d3dea83ddba0c404ff52aa508 100644 (file)
@@ -18,7 +18,7 @@
                             >0 : advance\r
                             <0: retreat\r
 \r
-  @retval NULL An error occured.\r
+  @retval NULL An error occurred.\r
   @return A pointer to the line after move.\r
 **/\r
 HEFI_EDITOR_LINE *\r
@@ -33,7 +33,7 @@ HMoveLine (
                           >0 : advance\r
                           <0: retreat\r
 \r
-  @retval NULL An error occured.\r
+  @retval NULL An error occurred.\r
   @return A pointer to the line after move.\r
 **/\r
 HEFI_EDITOR_LINE *\r
index 27cd278cf0e860437a7207189ccfb230ddf8b037..99a7b0c8cdb86eaa34203258fdf37622aab78b66 100644 (file)
@@ -22,7 +22,7 @@ STATIC CONST SHELL_PARAM_ITEM ParamList[] = {
 \r
   @param[in] TheHandle      The handle to get the device path for.\r
 \r
-  @retval NULL    An error occured.\r
+  @retval NULL    An error occurred.\r
   @return         A pointer to the driver path as a string.  The callee must\r
                   free this memory.\r
 **/\r
index 59f7eec376f25e4b065261a4625e95395155f0e0..bc8503958894870326948ba3c671caf6aaa3b26b 100644 (file)
@@ -57,7 +57,7 @@ IsDirectoryEmpty (
   @retval SHELL_SUCCESS       The operation was successful.\r
   @retval SHELL_ACCESS_DENIED A file was read only.\r
   @retval SHELL_ABORTED       The abort message was received.\r
-  @retval SHELL_DEVICE_ERROR  A device error occured reading this Node.\r
+  @retval SHELL_DEVICE_ERROR  A device error occurred reading this Node.\r
 **/\r
 SHELL_STATUS\r
 CascadeDelete(\r
index 77be6f1a12c776e48bc714dfd53c10ae75974ee6..426b6490f46ee6b8b4bebe7e7306606bf6af9fa9 100644 (file)
@@ -351,7 +351,7 @@ CopySingleFile(
   @retval SHELL_SUCCESS       The operation was successful.\r
   @retval SHELL_ACCESS_DENIED A file was read only.\r
   @retval SHELL_ABORTED       The abort message was received.\r
-  @retval SHELL_DEVICE_ERROR  A device error occured reading this Node.\r
+  @retval SHELL_DEVICE_ERROR  A device error occurred reading this Node.\r
 **/\r
 SHELL_STATUS\r
 CascadeDelete(\r
index 9f07a58eb23d38a8aa4da36f3abb6f40888f5330..c4749941a648b4083834c2debd05df07e7380dbf 100644 (file)
@@ -3181,7 +3181,7 @@ ShellIsFileInPath(
   @param[in] String   String representation of a number.\r
 \r
   @return             The unsigned integer result of the conversion.\r
-  @retval (UINTN)(-1) An error occured.\r
+  @retval (UINTN)(-1) An error occurred.\r
 **/\r
 UINTN\r
 EFIAPI\r
@@ -3810,7 +3810,7 @@ InternalShellHexCharToUintn (
 \r
   @retval EFI_SUCCESS             The conversion was successful.\r
   @retval EFI_INVALID_PARAMETER   A parameter was NULL or invalid.\r
-  @retval EFI_DEVICE_ERROR        An overflow occured.\r
+  @retval EFI_DEVICE_ERROR        An overflow occurred.\r
 **/\r
 EFI_STATUS\r
 InternalShellStrHexToUint64 (\r
@@ -3911,7 +3911,7 @@ InternalShellStrHexToUint64 (
 \r
   @retval EFI_SUCCESS             The conversion was successful.\r
   @retval EFI_INVALID_PARAMETER   A parameter was NULL or invalid.\r
-  @retval EFI_DEVICE_ERROR        An overflow occured.\r
+  @retval EFI_DEVICE_ERROR        An overflow occurred.\r
 **/\r
 EFI_STATUS\r
 InternalShellStrDecimalToUint64 (\r