From 6b26610128f343b3a76374c9d1f7f05a73c3672f Mon Sep 17 00:00:00 2001 From: ywang Date: Thu, 18 Jan 2007 21:42:42 +0000 Subject: [PATCH] Minor word change in utility display. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2268 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/CCode/Source/EfiCompress/EfiCompressMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/CCode/Source/EfiCompress/EfiCompressMain.c b/Tools/CCode/Source/EfiCompress/EfiCompressMain.c index b7ff7c733e..0fc55149c3 100644 --- a/Tools/CCode/Source/EfiCompress/EfiCompressMain.c +++ b/Tools/CCode/Source/EfiCompress/EfiCompressMain.c @@ -53,7 +53,7 @@ Returns: --*/ { - printf ("%s v%d.%d -EDK Efi Compress Utility\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION); + printf ("%s v%d.%d -Efi Compress Utility\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION); printf ("Copyright (c) 2005-2006 Intel Corporation. All rights reserved.\n"); } -- 2.39.2