summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Include/Library/PathLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Include/Library/PathLib.h')
-rw-r--r--ShellPkg/Include/Library/PathLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Include/Library/PathLib.h b/ShellPkg/Include/Library/PathLib.h
index 912b1f14b0..ee473523d2 100644
--- a/ShellPkg/Include/Library/PathLib.h
+++ b/ShellPkg/Include/Library/PathLib.h
@@ -21,7 +21,7 @@
Removes the last directory or file entry in a path by changing the last
L'\' to a CHAR_NULL.
- @param[in,out] Path The pointer to the path to modify.
+ @param[in, out] Path The pointer to the path to modify.
@retval FALSE Nothing was found to remove.
@retval TRUE A directory or file was removed.