aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sio
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-09-22 06:01:44 +0000
committerWarner Losh <imp@FreeBSD.org>2005-09-22 06:01:44 +0000
commitc82f53f61d3977665e4c37c3df1aa2cda2f8e318 (patch)
treea1a09f93e5236348faeeb171efaddb9abe9f2cc6 /sys/dev/sio
parentca7ea038372e37b3d6dc980b37b4b053c5521cce (diff)
Notes
Diffstat (limited to 'sys/dev/sio')
-rw-r--r--sys/dev/sio/sio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 4dfabc0c8883..f09af5866fa2 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -45,8 +45,8 @@ __FBSDID("$FreeBSD$");
* Works for National Semiconductor NS8250-NS16550AF UARTs.
* COM driver, based on HP dca driver.
*
- * Changes for PC-Card integration:
- * - Added PC-Card driver table and handlers
+ * Changes for PC Card integration:
+ * - Added PC Card driver table and handlers
*/
#include <sys/param.h>
#include <sys/systm.h>