summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/Edit')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c4
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c34
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.h6
3 files changed, 22 insertions, 22 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c
index c9814e400c..5659ec9810 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c
@@ -221,7 +221,7 @@ InternalEditorMiscLineRetreat (
>0 : advance
<0 : retreat
- @retval NULL An error occured.
+ @retval NULL An error occurred.
@return The line after advance/retreat.
**/
EFI_EDITOR_LINE *
@@ -2609,7 +2609,7 @@ RightCurrentScreen (
>0 : advance
<0: retreat
- @retval NULL An error occured.
+ @retval NULL An error occurred.
@return The line after advance/retreat.
**/
EFI_EDITOR_LINE *
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c
index df530f1119..a9423e0d10 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c
@@ -40,7 +40,7 @@ EFI_EDITOR_GLOBAL_EDITOR MainEditor;
Load a file from disk to editor
@retval EFI_SUCCESS The operation was successful.
- @retval EFI_LOAD_ERROR A load error occured.
+ @retval EFI_LOAD_ERROR A load error occurred.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
**/
EFI_STATUS
@@ -74,7 +74,7 @@ MainCommandGotoLine (
@retval EFI_SUCCESS The file was saved correctly.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
- @retval EFI_LOAD_ERROR A file access error occured.
+ @retval EFI_LOAD_ERROR A file access error occurred.
**/
EFI_STATUS
MainCommandSaveFile (
@@ -96,7 +96,7 @@ MainCommandDisplayHelp (
@retval EFI_SUCCESS The operation was successful.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
- @retval EFI_LOAD_ERROR A load error occured.
+ @retval EFI_LOAD_ERROR A load error occurred.
**/
EFI_STATUS
MainCommandExit (
@@ -108,7 +108,7 @@ MainCommandExit (
@retval EFI_SUCCESS The operation was successful.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
- @retval EFI_LOAD_ERROR A load error occured.
+ @retval EFI_LOAD_ERROR A load error occurred.
**/
EFI_STATUS
MainCommandSearch (
@@ -120,7 +120,7 @@ MainCommandSearch (
@retval EFI_SUCCESS The operation was successful.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
- @retval EFI_LOAD_ERROR A load error occured.
+ @retval EFI_LOAD_ERROR A load error occurred.
**/
EFI_STATUS
MainCommandSearchReplace (
@@ -132,7 +132,7 @@ MainCommandSearchReplace (
@retval EFI_SUCCESS The operation was successful.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
- @retval EFI_LOAD_ERROR A load error occured.
+ @retval EFI_LOAD_ERROR A load error occurred.
**/
EFI_STATUS
MainCommandCutLine (
@@ -144,7 +144,7 @@ MainCommandCutLine (
@retval EFI_SUCCESS The operation was successful.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
- @retval EFI_LOAD_ERROR A load error occured.
+ @retval EFI_LOAD_ERROR A load error occurred.
**/
EFI_STATUS
MainCommandPasteLine (
@@ -277,7 +277,7 @@ EDITOR_MENU_ITEM MainMenuItems[] = {
Load a file from disk to editor
@retval EFI_SUCCESS The operation was successful.
- @retval EFI_LOAD_ERROR A load error occured.
+ @retval EFI_LOAD_ERROR A load error occurred.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
**/
EFI_STATUS
@@ -465,7 +465,7 @@ MainCommandSwitchFileType (
@retval EFI_SUCCESS The operation was successful.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
- @retval EFI_LOAD_ERROR A load error occured.
+ @retval EFI_LOAD_ERROR A load error occurred.
**/
EFI_STATUS
MainCommandCutLine (
@@ -503,7 +503,7 @@ MainCommandCutLine (
@retval EFI_SUCCESS The operation was successful.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
- @retval EFI_LOAD_ERROR A load error occured.
+ @retval EFI_LOAD_ERROR A load error occurred.
**/
EFI_STATUS
MainCommandPasteLine (
@@ -535,7 +535,7 @@ MainCommandPasteLine (
@retval EFI_SUCCESS The operation was successful.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
- @retval EFI_LOAD_ERROR A load error occured.
+ @retval EFI_LOAD_ERROR A load error occurred.
**/
EFI_STATUS
MainCommandSearch (
@@ -676,7 +676,7 @@ MainCommandSearch (
@retval EFI_SUCCESS The operation was successful.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
- @retval EFI_LOAD_ERROR A load error occured.
+ @retval EFI_LOAD_ERROR A load error occurred.
**/
EFI_STATUS
MainCommandSearchReplace (
@@ -979,7 +979,7 @@ MainCommandSearchReplace (
@retval EFI_SUCCESS The operation was successful.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
- @retval EFI_LOAD_ERROR A load error occured.
+ @retval EFI_LOAD_ERROR A load error occurred.
**/
EFI_STATUS
MainCommandExit (
@@ -1133,7 +1133,7 @@ MainCommandGotoLine (
@retval EFI_SUCCESS The file was saved correctly.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
- @retval EFI_LOAD_ERROR A file access error occured.
+ @retval EFI_LOAD_ERROR A file access error occurred.
**/
EFI_STATUS
MainCommandSaveFile (
@@ -1439,7 +1439,7 @@ EFI_EDITOR_GLOBAL_EDITOR MainEditorConst = {
The initialization function for MainEditor.
@retval EFI_SUCCESS The operation was successful.
- @retval EFI_LOAD_ERROR A load error occured.
+ @retval EFI_LOAD_ERROR A load error occurred.
**/
EFI_STATUS
MainEditorInit (
@@ -1585,7 +1585,7 @@ MainEditorInit (
The cleanup function for MainEditor.
@retval EFI_SUCCESS The operation was successful.
- @retval EFI_LOAD_ERROR A load error occured.
+ @retval EFI_LOAD_ERROR A load error occurred.
**/
EFI_STATUS
MainEditorCleanup (
@@ -1823,7 +1823,7 @@ MainEditorHandleMouseInput (
Handle user key input. This routes to other functions for the actions.
@retval EFI_SUCCESS The operation was successful.
- @retval EFI_LOAD_ERROR A load error occured.
+ @retval EFI_LOAD_ERROR A load error occurred.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
**/
EFI_STATUS
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.h
index 766d7bba40..b22b6587bf 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.h
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.h
@@ -15,7 +15,7 @@
The initialization function for MainEditor.
@retval EFI_SUCCESS The operation was successful.
- @retval EFI_LOAD_ERROR A load error occured.
+ @retval EFI_LOAD_ERROR A load error occurred.
**/
EFI_STATUS
MainEditorInit (
@@ -26,7 +26,7 @@ MainEditorInit (
The cleanup function for MainEditor.
@retval EFI_SUCCESS The operation was successful.
- @retval EFI_LOAD_ERROR A load error occured.
+ @retval EFI_LOAD_ERROR A load error occurred.
**/
EFI_STATUS
MainEditorCleanup (
@@ -45,7 +45,7 @@ MainEditorRefresh (
Handle user key input. This routes to other functions for the actions.
@retval EFI_SUCCESS The operation was successful.
- @retval EFI_LOAD_ERROR A load error occured.
+ @retval EFI_LOAD_ERROR A load error occurred.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
**/
EFI_STATUS