svn commit: r251674 - head/sys/dev/usb/net

Kevin Lo kevlo at FreeBSD.org
Thu Jun 13 01:33:02 UTC 2013


Author: kevlo
Date: Thu Jun 13 01:33:01 2013
New Revision: 251674
URL: http://svnweb.freebsd.org/changeset/base/251674

Log:
  Fix a typo: s/KLSI/CATC/

Modified:
  head/sys/dev/usb/net/if_cuereg.h

Modified: head/sys/dev/usb/net/if_cuereg.h
==============================================================================
--- head/sys/dev/usb/net/if_cuereg.h	Thu Jun 13 01:29:54 2013	(r251673)
+++ head/sys/dev/usb/net/if_cuereg.h	Thu Jun 13 01:33:01 2013	(r251674)
@@ -111,7 +111,7 @@
 #define	CUE_CONFIG_IDX		0	/* config number 1 */
 #define	CUE_IFACE_IDX		0
 
-/* The interrupt endpoint is currently unused by the KLSI part. */
+/* The interrupt endpoint is currently unused by the CATC part. */
 enum {
 	CUE_BULK_DT_WR,
 	CUE_BULK_DT_RD,


More information about the svn-src-all mailing list