summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h')
-rw-r--r--ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h
index 7c525b31d0..814044d095 100644
--- a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h
+++ b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h
@@ -241,10 +241,10 @@ ShellCommandRunMv (
);
/**
- returns a fully qualified directory (contains a map drive at the begining)
+ returns a fully qualified directory (contains a map drive at the beginning)
path from a unknown directory path.
- If Path is already fully qualified this will return a duplicat otherwise this
+ If Path is already fully qualified this will return a duplicate otherwise this
will use get the current directory and use that to build the fully qualified
version.
@@ -254,7 +254,7 @@ ShellCommandRunMv (
@retval NULL A memory allocation failed
@retval NULL a fully qualified path could not be discovered.
- @retval other pointer to a fuly qualified path.
+ @retval other pointer to a fully qualified path.
**/
CHAR16 *
GetFullyQualifiedPath (