r5957 - trunk/src/host/dfu-util/src

stefan at docs.openmoko.org stefan at docs.openmoko.org
Tue May 4 20:11:05 CEST 2010


Author: stefan
Date: 2010-05-04 20:11:05 +0200 (Tue, 04 May 2010)
New Revision: 5957

Modified:
   trunk/src/host/dfu-util/src/main.c
Log:
main: Fix typos.

Part of a patch from wiml.
http://docs.openmoko.org/trac/ticket/1842

Modified: trunk/src/host/dfu-util/src/main.c
===================================================================
--- trunk/src/host/dfu-util/src/main.c	2010-05-04 17:20:47 UTC (rev 5956)
+++ trunk/src/host/dfu-util/src/main.c	2010-05-04 18:11:05 UTC (rev 5957)
@@ -537,7 +537,7 @@
 	}
 
 	if (!filename) {
-		fprintf(stderr, "You need to specify a filename to -D -r -U\n");
+		fprintf(stderr, "You need to specify a filename to -D or -U\n");
 		help();
 		exit(2);
 	}
@@ -561,7 +561,7 @@
 	if (!get_first_dfu_device(dif))
 		exit(3);
 
-	/* We have exactly one device. It's usb_device is now in dif->dev */
+	/* We have exactly one device. Its usb_device is now in dif->dev */
 
 	printf("Opening USB Device 0x%04x:0x%04x...\n", dif->vendor, dif->product);
 	dif->dev_handle = usb_open(dif->dev);




More information about the commitlog mailing list