Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2013 01:33:01 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r251674 - head/sys/dev/usb/net
Message-ID:  <201306130133.r5D1X1OX036666@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306130133.r5D1X1OX036666>