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 +}