summaryrefslogtreecommitdiff
path: root/ShellPkg
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-11-25 09:16:44 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-11-25 09:16:44 +0000
commit2474e48aa74eda346f7bb35fb19225d48dc9dc82 (patch)
tree9f957f14721fc33cc87fcaf62807e2fcdfedd561 /ShellPkg
parent650efd74fc4644010bcbe3874f6712389455f6ee (diff)
Fix unicode issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9485 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg')
-rw-r--r--ShellPkg/Include/Protocol/EfiShell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Include/Protocol/EfiShell.h b/ShellPkg/Include/Protocol/EfiShell.h
index 82d228187..f67ab82e5 100644
--- a/ShellPkg/Include/Protocol/EfiShell.h
+++ b/ShellPkg/Include/Protocol/EfiShell.h
@@ -788,9 +788,9 @@ EFI_STATUS
this is stored in a volatile fashion. FALSE otherwise.
@return If Alias is not NULL, it will return a pointer to
the null-terminated command for that alias.
- If Alias is NULL, ReturnedData points to a ‘;’
+ If Alias is NULL, ReturnedData points to a ';'
delimited list of alias (e.g.
- ReturnedData = “dir;del;copy;mfp”) that is null-terminated.
+ ReturnedData = "dir;del;copy;mfp") that is null-terminated.
@retval NULL An error ocurred.
@retval NULL Alias was not a valid Alias.
**/