]> git.proxmox.com Git - mirror_edk2.git/commitdiff
fix comment
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 9 Jul 2009 23:15:09 +0000 (23:15 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 9 Jul 2009 23:15:09 +0000 (23:15 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8845 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Application/ShellCTestApp/ShellCTestApp.c

index 0a50278d7f4a1284484d081f15028f5707d93274..0a60af0932b5ac29e1e4acd6f10311790f1f9c5d 100644 (file)
@@ -1,5 +1,6 @@
 /** @file\r
 /** @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
 \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
 \r
 #include <Uefi.h>\r
-\r
 #include <Library/UefiLib.h>\r
 #include <Library/DebugLib.h>\r
 #include <Library/ShellCEntryLib.h>\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
   }\r
 \r
   return 0;\r
-}
\ No newline at end of file
+}\r