Merged in lukegluke/apps/lukegluke/correct-copypaste-typo-in-comments-in-co-1497814194757 (pull request #89)

correct copy-paste typo in comments in composite_main.c

Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
Oleg Evseev 2017-06-18 19:44:21 +00:00 committed by Gregory Nutt
commit e60415286c

View File

@ -726,7 +726,7 @@ void board_cdcuninitialize(FAR struct usbdevclass_driver_s *classdev)
* This is the main program that configures the USB mass storage device
* and exports the LUN(s). If CONFIG_NSH_BUILTIN_APPS is defined
* in the NuttX configuration, then this program can be executed by
* entering the "msconn" command at the NSH console.
* entering the "conn" command at the NSH console.
*
****************************************************************************/
@ -739,7 +739,7 @@ int conn_main(int argc, char *argv[])
struct boardioc_usbdev_ctrl_s ctrl;
int ret;
/* If this program is implemented as the NSH 'msconn' command, then we need to
/* If this program is implemented as the NSH 'conn' command, then we need to
* do a little error checking to assure that we are not being called re-entrantly.
*/