summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard
diff options
context:
space:
mode:
authorhosokawa <hosokawa@FreeBSD.org>1999-07-23 01:46:47 +0000
committerhosokawa <hosokawa@FreeBSD.org>1999-07-23 01:46:47 +0000
commit0967207c88cc9492f98fea5358df20d0a838e30f (patch)
tree9bd6101109a87785e9f4129b8f6c547b47baa4d4 /usr.sbin/pccard
parent6ba53a2e291c64a48a5d8b578e95674eb2e46b8a (diff)
downloadFreeBSD-src-0967207c88cc9492f98fea5358df20d0a838e30f.zip
FreeBSD-src-0967207c88cc9492f98fea5358df20d0a838e30f.tar.gz
Inappropriate commment for -i option.
Diffstat (limited to 'usr.sbin/pccard')
-rw-r--r--usr.sbin/pccard/pccardd/pccardd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pccard/pccardd/pccardd.c b/usr.sbin/pccard/pccardd/pccardd.c
index 1001374..ace6071 100644
--- a/usr.sbin/pccard/pccardd/pccardd.c
+++ b/usr.sbin/pccard/pccardd/pccardd.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: pccardd.c,v 1.2 1998/03/09 05:18:58 hosokawa Exp $";
+ "$Id: pccardd.c,v 1.3 1999/06/17 21:07:59 markm Exp $";
#endif /* not lint */
#include <stdio.h>
@@ -65,7 +65,7 @@ main(int argc, char *argv[])
config_file = optarg;
break;
case 'i':
- /* supress specified irq */
+ /* configure available irq */
if (sscanf(optarg, "%d", &i) != 1) {
fprintf(stderr, "%s: -i number\n", argv[0]);
exit(1);
OpenPOWER on IntegriCloud