fix documentation typo
authorGerd v. Egidy <gerd.von.egidy@intra2net.com>
Sun, 6 Dec 2009 13:39:30 +0000 (14:39 +0100)
committerGerd v. Egidy <gerd.von.egidy@intra2net.com>
Sun, 6 Dec 2009 13:39:30 +0000 (14:39 +0100)
examples/baud_test.c

index fd4959f..b2dfc84 100644 (file)
@@ -5,7 +5,7 @@
  * options:
  *  -p <usb-product-id> (vendor is fixed to ftdi / 0x0403)
  *  -d <datasize to send in bytes>
- *  -b <baudrate> (multiplies by 16 if bitbang as written in the ftdi datasheets)
+ *  -b <baudrate> (divides by 16 if bitbang as taken from the ftdi datasheets)
  *  -m <mode to use> r: serial a: async bitbang s:sync bitbang 
  *
  * (C) 2009 by Gerd v. Egidy <gerd.von.egidy@intra2net.com>