]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Ebl/CmdTemplate.c
MdePkg PeiServicesLib: Refine the code to avoid error report.
[mirror_edk2.git] / EmbeddedPkg / Ebl / CmdTemplate.c
index 456c4afe72ec1b04d5068dfb3694f4ab669dba75..e19d63a8b09c80e0e29e0c988430bbb76610cde0 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   %CommandName% for EBL (Embedded Boot Loader)\r
 \r
-  Copyright (c) 2007, Intel Corporation<BR>\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2007, 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
   http://opensource.org/licenses/bsd-license.php\r
@@ -26,7 +26,7 @@
 \r
   @param  Argc   Number of command arguments in Argv\r
   @param  Argv   Array of strings that represent the parsed command line. \r
-                 Argv[0] is the comamnd name\r
+                 Argv[0] is the command name\r
 \r
   @return EFI_SUCCESS\r
 \r
@@ -53,7 +53,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED const EBL_COMMAND_TABLE mCmd%CommandName%Template[
 \r
 \r
 /**\r
-  Initialize the commands in this in this file\r
+  Initialize the commands in this file\r
 **/\r
 VOID\r
 EblInitialize%CommandName%Cmd (\r