summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application/ShellCTestApp
diff options
context:
space:
mode:
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-09 23:15:09 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-09 23:15:09 +0000
commitea00288c0573c371ee36cbced5be224c4c209b39 (patch)
treea28a6c5243c208bea4a23245c825c1a7359ebdfb /ShellPkg/Application/ShellCTestApp
parent727a4c7101e464b49aa7d3c8d6cc675e67b7118e (diff)
downloadedk2-ea00288c0573c371ee36cbced5be224c4c209b39.tar.gz
edk2-ea00288c0573c371ee36cbced5be224c4c209b39.tar.bz2
edk2-ea00288c0573c371ee36cbced5be224c4c209b39.zip
fix comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8845 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Application/ShellCTestApp')
-rw-r--r--ShellPkg/Application/ShellCTestApp/ShellCTestApp.c6
1 files 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 <Uefi.h>
-
#include <Library/UefiLib.h>
#include <Library/DebugLib.h>
#include <Library/ShellCEntryLib.h>
@@ -47,4 +47,4 @@ ShellAppMain (
}
return 0;
-} \ No newline at end of file
+}