diff options
Diffstat (limited to 'ShellPkg/Include')
-rw-r--r-- | ShellPkg/Include/Protocol/EfiShell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Include/Protocol/EfiShell.h b/ShellPkg/Include/Protocol/EfiShell.h index c39843ea45..ca21899df7 100644 --- a/ShellPkg/Include/Protocol/EfiShell.h +++ b/ShellPkg/Include/Protocol/EfiShell.h @@ -431,8 +431,8 @@ CONST CHAR16 * multiple environment variables are being returned, Attributes
is undefined.
- @retval NULL The environment variable doesn’t exist.
- @return The environment variable’s value. The returned pointer does not
+ @retval NULL The environment variable doesn't exist.
+ @return The environment variable's value. The returned pointer does not
need to be freed by the caller.
**/
typedef
|