]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update comments in DmpStore.c to be more suitable.
authorlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 27 Apr 2012 01:18:41 +0000 (01:18 +0000)
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 27 Apr 2012 01:18:41 +0000 (01:18 +0000)
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13223 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c

index 60ced4ee7311771901ed2fcefe891b3a8ff754e7..4bcc55bdd3fadeb56e4498f747f7e80469cba184 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Main file for DmpStore shell Debug1 function.\r
 \r
-  Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2005 - 2012, 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
@@ -242,7 +242,7 @@ ShellCommandRunDmpStore (
       }\r
       if (ShellStatus == SHELL_SUCCESS) {\r
         if (ShellCommandLineGetFlag(Package, L"-s") || ShellCommandLineGetFlag(Package, L"-l")) {\r
-          ///@todo fix this after Jordan makes lib...\r
+          ///@todo fix this after lib ready...\r
           ShellPrintEx(-1, -1, L"Not implemeneted yet.\r\n");\r
           ShellStatus = SHELL_UNSUPPORTED;\r
         } else {\r