From 3ab016b2a3e4755c2105fdca88a14962a5a0e7eb Mon Sep 17 00:00:00 2001 From: Qiu Shumin Date: Mon, 2 Feb 2015 01:51:59 +0000 Subject: ShellPkg: Fix typos. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin Reviewed-by: Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16683 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Application/Shell/ShellParametersProtocol.c | 4 ++-- ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ShellPkg') diff --git a/ShellPkg/Application/Shell/ShellParametersProtocol.c b/ShellPkg/Application/Shell/ShellParametersProtocol.c index d1a42dbd06..dede747bea 100644 --- a/ShellPkg/Application/Shell/ShellParametersProtocol.c +++ b/ShellPkg/Application/Shell/ShellParametersProtocol.c @@ -18,7 +18,7 @@ #include "Shell.h" /** - Return the next parameter's end from a command line string; + Return the next parameter's end from a command line string. @param[in] String the string to parse **/ @@ -61,7 +61,7 @@ FindEndOfParameter( } /** - Return the next parameter from a command line string; + Return the next parameter from a command line string. This function moves the next parameter from Walker into TempParameter and moves Walker up past that parameter for recursive calling. When the final parameter diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c index ccf5406645..2517a57f59 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c @@ -1,7 +1,7 @@ /** @file Functions to deal with file buffer. - Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2005 - 2015, Intel Corporation. All rights reserved.
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 @@ -173,7 +173,7 @@ HFileImageRead ( // NULL pointer is only also a failure for a non-zero file size. // if ((EFI_ERROR(Status)) || (Buffer == NULL && HFileImage.Size != 0)) { - UnicodeBuffer = CatSPrint(NULL, L"Read error on file &s: %r", FileName, Status); + UnicodeBuffer = CatSPrint(NULL, L"Read error on file %s: %r", FileName, Status); if (UnicodeBuffer == NULL) { SHELL_FREE_NON_NULL(Buffer); return EFI_OUT_OF_RESOURCES; -- cgit v1.2.3