From 512089abdcb9f84a5ccc42a1510d3152f6d0e354 Mon Sep 17 00:00:00 2001 From: Oleg Evseev Date: Sun, 18 Jun 2017 19:30:01 +0000 Subject: [PATCH] correct copy-paste typo in comments in composite_main.c --- system/composite/composite_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/composite/composite_main.c b/system/composite/composite_main.c index ab473124b..5a9bf25ea 100644 --- a/system/composite/composite_main.c +++ b/system/composite/composite_main.c @@ -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. */