diff options
author | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-09 23:15:09 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-09 23:15:09 +0000 |
commit | ea00288c0573c371ee36cbced5be224c4c209b39 (patch) | |
tree | a28a6c5243c208bea4a23245c825c1a7359ebdfb | |
parent | 727a4c7101e464b49aa7d3c8d6cc675e67b7118e (diff) | |
download | edk2-platforms-ea00288c0573c371ee36cbced5be224c4c209b39.tar.xz |
fix comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8845 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | ShellPkg/Application/ShellCTestApp/ShellCTestApp.c | 6 |
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 +}
|