diff options
author | ywang <ywang@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-18 22:07:47 +0000 |
---|---|---|
committer | ywang <ywang@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-18 22:07:47 +0000 |
commit | 68a96e73585771667d8c7324b439457b931cfcc0 (patch) | |
tree | dbb19308ac2ce0b2252a6971c655ede1785cc33c /Tools/CCode/Source/EfiCompress | |
parent | 6b26610128f343b3a76374c9d1f7f05a73c3672f (diff) | |
download | edk2-platforms-68a96e73585771667d8c7324b439457b931cfcc0.tar.xz |
Minor word change.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2269 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/CCode/Source/EfiCompress')
-rw-r--r-- | Tools/CCode/Source/EfiCompress/EfiCompressMain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CCode/Source/EfiCompress/EfiCompressMain.c b/Tools/CCode/Source/EfiCompress/EfiCompressMain.c index 0fc55149c3..db27a33a5b 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 -Efi Compress Utility\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION);
+ printf ("%s v%d.%d -Efi File Compress Utility\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION);
printf ("Copyright (c) 2005-2006 Intel Corporation. All rights reserved.\n");
}
|