svn commit: r234418 - head/sys/dev/usb/serial

Thomas Quinot thomas at FreeBSD.org
Wed Apr 18 12:50:14 UTC 2012


Author: thomas
Date: Wed Apr 18 12:50:13 2012
New Revision: 234418
URL: http://svn.freebsd.org/changeset/base/234418

Log:
  Fix typo in comment

Modified:
  head/sys/dev/usb/serial/umodem.c

Modified: head/sys/dev/usb/serial/umodem.c
==============================================================================
--- head/sys/dev/usb/serial/umodem.c	Wed Apr 18 11:59:03 2012	(r234417)
+++ head/sys/dev/usb/serial/umodem.c	Wed Apr 18 12:50:13 2012	(r234418)
@@ -139,7 +139,7 @@ static const STRUCT_USB_HOST_ID umodem_d
 };
 
 /*
- * As speeds for umodem deivces increase, these numbers will need to
+ * As speeds for umodem devices increase, these numbers will need to
  * be increased. They should be good for G3 speeds and below.
  *
  * TODO: The TTY buffers should be increased!


More information about the svn-src-head mailing list