summaryrefslogtreecommitdiff
path: root/edk2/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
commit4f143a661006eb7a26c342a5133a8c2d1eb36687 (patch)
tree424e50fc4df655161a75c4f4ee43fd2e253daa22 /edk2/ShellPkg/Application/ShellCTestApp
parent3040625f166eaf50b7a954b340c6116884bd6b88 (diff)
fix comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk@8845 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'edk2/ShellPkg/Application/ShellCTestApp')
-rw-r--r--edk2/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/edk2/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c b/edk2/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c
index 0a50278d7..0a60af093 100644
--- a/edk2/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c
+++ b/edk2/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
+}