diff options
author | Dandan Bi <dandan.bi@intel.com> | 2015-07-07 08:17:28 +0000 |
---|---|---|
committer | dandanbi <dandanbi@Edk2> | 2015-07-07 08:17:28 +0000 |
commit | 01a9598e31b0ac27476daa7a114fd3b3e2c14751 (patch) | |
tree | 9f985c2946d38b876daa8e07e5dbb30a1842f89f /MdeModulePkg | |
parent | cce50970ced314e7eded9b64e9d01ce8605d52c6 (diff) | |
download | edk2-platforms-01a9598e31b0ac27476daa7a114fd3b3e2c14751.tar.xz |
MdeModulePkg:Refine the function comments
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17852 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Universal/DisplayEngineDxe/ProcessOptions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Universal/DisplayEngineDxe/ProcessOptions.c b/MdeModulePkg/Universal/DisplayEngineDxe/ProcessOptions.c index f55fb2e263..c074f4b4a3 100644 --- a/MdeModulePkg/Universal/DisplayEngineDxe/ProcessOptions.c +++ b/MdeModulePkg/Universal/DisplayEngineDxe/ProcessOptions.c @@ -21,6 +21,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Concatenate a narrow string to another string.
@param Destination The destination string.
+ @param DestMax The Max length of destination string.
@param Source The source string. The string to be concatenated.
to the end of Destination.
|