diff options
author | kevlo <kevlo@FreeBSD.org> | 2013-06-13 01:33:01 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2013-06-13 01:33:01 +0000 |
commit | 42d3ee4f933fe83dea6e449af88e04cf86a39d35 (patch) | |
tree | b069cd6f99ac021e85e638276f06e45da064b8c2 | |
parent | 35a29fbe26a03efc3163059252a25c0b6f632657 (diff) | |
download | FreeBSD-src-42d3ee4f933fe83dea6e449af88e04cf86a39d35.zip FreeBSD-src-42d3ee4f933fe83dea6e449af88e04cf86a39d35.tar.gz |
Fix a typo: s/KLSI/CATC/
-rw-r--r-- | sys/dev/usb/net/if_cuereg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/net/if_cuereg.h b/sys/dev/usb/net/if_cuereg.h index 1782c21..ff245c0 100644 --- a/sys/dev/usb/net/if_cuereg.h +++ b/sys/dev/usb/net/if_cuereg.h @@ -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, |