From f08b3a501a74b429fa95075919c0665b0dc52033 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Thu, 13 Jun 2013 01:33:01 +0000 Subject: [PATCH] Fix a typo: s/KLSI/CATC/ --- sys/dev/usb/net/if_cuereg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/net/if_cuereg.h b/sys/dev/usb/net/if_cuereg.h index 1782c2167ffa..ff245c0513eb 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,