From ea4fe84fe5d1ac7bb9a47d2e8b36cef4a26622be Mon Sep 17 00:00:00 2001 From: lzeng14 Date: Fri, 27 Apr 2012 01:18:41 +0000 Subject: [PATCH] Update comments in DmpStore.c to be more suitable. Signed-off-by: Star Zeng Reviewed-by: Jaben Carsey git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13223 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c index 60ced4ee73..4bcc55bdd3 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c @@ -1,7 +1,7 @@ /** @file Main file for DmpStore shell Debug1 function. - Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2005 - 2012, 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 @@ -242,7 +242,7 @@ ShellCommandRunDmpStore ( } if (ShellStatus == SHELL_SUCCESS) { if (ShellCommandLineGetFlag(Package, L"-s") || ShellCommandLineGetFlag(Package, L"-l")) { - ///@todo fix this after Jordan makes lib... + ///@todo fix this after lib ready... ShellPrintEx(-1, -1, L"Not implemeneted yet.\r\n"); ShellStatus = SHELL_UNSUPPORTED; } else { -- 2.39.2