From c82f53f61d3977665e4c37c3df1aa2cda2f8e318 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 22 Sep 2005 06:01:44 +0000 Subject: 'PC Card' instead of other variants --- sys/dev/usb/uvscom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/usb/uvscom.c') diff --git a/sys/dev/usb/uvscom.c b/sys/dev/usb/uvscom.c index 79f8b44dca4d..d92dc0d9c353 100644 --- a/sys/dev/usb/uvscom.c +++ b/sys/dev/usb/uvscom.c @@ -31,7 +31,7 @@ __FBSDID("$FreeBSD$"); /* * uvscom: SUNTAC Slipper U VS-10U driver. - * Slipper U is a PC card to USB converter for data communication card + * Slipper U is a PC Card to USB converter for data communication card * adapter. It supports DDI Pocket's Air H" C@rd, C@rd H" 64, NTT's P-in, * P-in m@ater and various data communication card adapters. */ @@ -828,7 +828,7 @@ uvscom_open(void *addr, int portno) return (ENXIO); } - /* check PC card was inserted */ + /* check PC Card was inserted */ if (ISSET(sc->sc_usr, UVSCOM_NOCARD)) { DPRINTF(("%s: no card\n", USBDEVNAME(sc->sc_ucom.sc_dev))); -- cgit v1.3