]> git.proxmox.com Git - mirror_edk2.git/commitdiff
fix comments.
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 25 Mar 2011 21:22:50 +0000 (21:22 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 25 Mar 2011 21:22:50 +0000 (21:22 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11439 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Application/ShellCTestApp/ShellCTestApp.c

index 22f73c4507a38b6bf8c6c3e384521bb53e9adc37..8d3fa4c6621a76ac99cd5f03449b6bb5f6fb7a0f 100644 (file)
@@ -2,7 +2,7 @@
   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 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -25,8 +25,8 @@
   The ShellCEntryLib library instance wrappers the actual UEFI application\r
   entry point and calls this ShellAppMain function.\r
 \r
-  @param  ImageHandle  The image handle of the UEFI Application.\r
-  @param  SystemTable  A pointer to the EFI System Table.\r
+  @param[in] Argc     The number of items in Argv.\r
+  @param[in] Argv     Array of pointers to strings.\r
 \r
   @retval  0               The application exited normally.\r
   @retval  Other           An error occurred.\r