diff options
author | Warner Losh <imp@FreeBSD.org> | 2005-09-22 06:01:44 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2005-09-22 06:01:44 +0000 |
commit | c82f53f61d3977665e4c37c3df1aa2cda2f8e318 (patch) | |
tree | a1a09f93e5236348faeeb171efaddb9abe9f2cc6 /sys/dev/snc | |
parent | ca7ea038372e37b3d6dc980b37b4b053c5521cce (diff) | |
download | src-c82f53f61d3977665e4c37c3df1aa2cda2f8e318.tar.gz src-c82f53f61d3977665e4c37c3df1aa2cda2f8e318.zip |
'PC Card' instead of other variants
Notes
Notes:
svn path=/head/; revision=150460
Diffstat (limited to 'sys/dev/snc')
-rw-r--r-- | sys/dev/snc/if_snc_pccard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/snc/if_snc_pccard.c b/sys/dev/snc/if_snc_pccard.c index 64e2faf782c0..ccc0760561b1 100644 --- a/sys/dev/snc/if_snc_pccard.c +++ b/sys/dev/snc/if_snc_pccard.c @@ -32,7 +32,7 @@ __FBSDID("$FreeBSD$"); /* * National Semiconductor DP8393X SONIC Driver * - * This is the PC-Card attachment on FreeBSD + * This is the PC Card attachment on FreeBSD * written by Motomichi Matsuzaki <mzaki@e-mail.ne.jp> and * Hiroshi Yamashita <bluemoon@msj.biglobe.ne.jp> */ @@ -56,7 +56,7 @@ __FBSDID("$FreeBSD$"); #include <dev/snc/if_sncreg.h> /* - * PC-Card (PCMCIA) specific code. + * PC Card (PCMCIA) specific code. */ static int snc_pccard_probe(device_t); static int snc_pccard_attach(device_t); |