From ea00288c0573c371ee36cbced5be224c4c209b39 Mon Sep 17 00:00:00 2001 From: jcarsey Date: Thu, 9 Jul 2009 23:15:09 +0000 Subject: [PATCH] fix comment git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8845 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Application/ShellCTestApp/ShellCTestApp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c b/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c index 0a50278d7f..0a60af0932 100644 --- a/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c +++ b/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c @@ -1,5 +1,6 @@ /** @file - This is THE shell (application) + This is a test application that demonstrates how to use the C-style entry point + for a shell application. Copyright (c) 2009, Intel Corporation All rights reserved. This program and the accompanying materials @@ -13,7 +14,6 @@ **/ #include - #include #include #include @@ -47,4 +47,4 @@ ShellAppMain ( } return 0; -} \ No newline at end of file +} -- 2.39.2