]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Application/ShellCTestApp/ShellCTestApp.c
fix comment
[mirror_edk2.git] / ShellPkg / Application / ShellCTestApp / ShellCTestApp.c
index 0a50278d7f4a1284484d081f15028f5707d93274..0a60af0932b5ac29e1e4acd6f10311790f1f9c5d 100644 (file)
@@ -1,5 +1,6 @@
 /** @file\r
-  This is THE shell (application)\r
+  This is a test application that demonstrates how to use the C-style entry point \r
+  for a shell application.\r
 \r
   Copyright (c) 2009, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
@@ -13,7 +14,6 @@
 **/\r
 \r
 #include <Uefi.h>\r
-\r
 #include <Library/UefiLib.h>\r
 #include <Library/DebugLib.h>\r
 #include <Library/ShellCEntryLib.h>\r
@@ -47,4 +47,4 @@ ShellAppMain (
   }\r
 \r
   return 0;\r
-}
\ No newline at end of file
+}\r