The PIC32 USB device driver is (finally) functional

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4457 42af7a65-404d-4744-a932-0658087f49c3
diff --git a/examples/usbterm/usbterm_main.c b/examples/usbterm/usbterm_main.c
index 1705856..b1b6dc3 100644
--- a/examples/usbterm/usbterm_main.c
+++ b/examples/usbterm/usbterm_main.c
@@ -138,7 +138,7 @@
           fflush(g_usbterm.outstream);
         }
 
-     /* Get the next line of input from the remote USB serial connection */
+      /* Get the next line of input from the remote USB serial connection */
 
       if (fgets(g_usbterm.inbuffer, CONFIG_EXAMPLES_USBTERM_BUFLEN, g_usbterm.instream))
         {