Revision: 16683
http://sourceforge.net/p/edk2/code/16683
Author: shenshushi
Date: 2015-02-02 01:51:59 +0000 (Mon, 02 Feb 2015)
Log Message:
-----------
ShellPkg: Fix typos.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <[email protected]>
Reviewed-by: Jaben Carsey <[email protected]>
Modified Paths:
--------------
trunk/edk2/ShellPkg/Application/Shell/ShellParametersProtocol.c
trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c
Modified: trunk/edk2/ShellPkg/Application/Shell/ShellParametersProtocol.c
===================================================================
--- trunk/edk2/ShellPkg/Application/Shell/ShellParametersProtocol.c
2015-01-30 16:29:20 UTC (rev 16682)
+++ trunk/edk2/ShellPkg/Application/Shell/ShellParametersProtocol.c
2015-02-02 01:51:59 UTC (rev 16683)
@@ -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 @@
}
/**
- 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
Modified:
trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c
===================================================================
--- trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c
2015-01-30 16:29:20 UTC (rev 16682)
+++ trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c
2015-02-02 01:51:59 UTC (rev 16683)
@@ -1,7 +1,7 @@
/** @file
Functions to deal with file buffer.
- Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved. <BR>
+ Copyright (c) 2005 - 2015, 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
@@ -173,7 +173,7 @@
// 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;
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits