]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Fix typos.
authorQiu Shumin <shumin.qiu@intel.com>
Mon, 2 Feb 2015 01:51:59 +0000 (01:51 +0000)
committershenshushi <shenshushi@Edk2>
Mon, 2 Feb 2015 01:51:59 +0000 (01:51 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16683 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Application/Shell/ShellParametersProtocol.c
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c

index d1a42dbd067362c1606cf93d2fe154daea96117c..dede747bea931c2e42022c7fabbf13548bc90b62 100644 (file)
@@ -18,7 +18,7 @@
 #include "Shell.h"\r
 \r
 /**\r
-  Return the next parameter's end from a command line string;\r
+  Return the next parameter's end from a command line string.\r
 \r
   @param[in] String        the string to parse\r
 **/\r
@@ -61,7 +61,7 @@ FindEndOfParameter(
 }\r
 \r
 /**\r
-  Return the next parameter from a command line string;\r
+  Return the next parameter from a command line string.\r
 \r
   This function moves the next parameter from Walker into TempParameter and moves\r
   Walker up past that parameter for recursive calling.  When the final parameter\r
index ccf5406645ac0c4e2f50e08621a16e929a0dc155..2517a57f593dd05afb5f5858297cbf4f175e5bef 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Functions to deal with file buffer.\r
 \r
-  Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved. <BR>\r
+  Copyright (c) 2005 - 2015, Intel Corporation. All rights reserved. <BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -173,7 +173,7 @@ HFileImageRead (
   // NULL pointer is only also a failure for a non-zero file size.\r
   //\r
   if ((EFI_ERROR(Status)) || (Buffer == NULL && HFileImage.Size != 0)) {\r
-    UnicodeBuffer = CatSPrint(NULL, L"Read error on file &s: %r", FileName, Status);\r
+    UnicodeBuffer = CatSPrint(NULL, L"Read error on file %s: %r", FileName, Status);\r
     if (UnicodeBuffer == NULL) {\r
       SHELL_FREE_NON_NULL(Buffer);\r
       return EFI_OUT_OF_RESOURCES;\r