summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/Shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/Shell.h')
-rw-r--r--MdePkg/Include/Protocol/Shell.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/MdePkg/Include/Protocol/Shell.h b/MdePkg/Include/Protocol/Shell.h
index e3889a96e2..5795bae4d1 100644
--- a/MdePkg/Include/Protocol/Shell.h
+++ b/MdePkg/Include/Protocol/Shell.h
@@ -2,7 +2,7 @@
EFI Shell protocol as defined in the UEFI Shell 2.0 specification including errata.
(C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>
- Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -547,7 +547,7 @@ CONST CHAR16 *
);
/**
- Gets the environment variable and Attributes, or list of environment variables. Can be
+ Gets the environment variable and Attributes, or list of environment variables. Can be
used instead of GetEnv().
This function returns the current value of the specified environment variable and
@@ -555,18 +555,18 @@ CONST CHAR16 *
variables will be returned.
@param[in] Name A pointer to the environment variable name. If Name is NULL,
- then the function will return all of the defined shell
+ then the function will return all of the defined shell
environment variables. In the case where multiple environment
- variables are being returned, each variable will be terminated
+ variables are being returned, each variable will be terminated
by a NULL, and the list will be terminated by a double NULL.
@param[out] Attributes If not NULL, a pointer to the returned attributes bitmask for
the environment variable. In the case where Name is NULL, and
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
- need to be freed by the caller.
+ @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
CONST CHAR16 *
@@ -1011,7 +1011,7 @@ EFI_STATUS
aliases will be returned in ReturnedData.
@param[out] Volatile Upon return of a single command if TRUE indicates
this is stored in a volatile fashion. FALSE otherwise.
- @return If Alias is not NULL, it will return a pointer to
+ @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 ';'
delimited list of alias (e.g.