From c15af46961b16b5000862b4ac7108f71cdf464e0 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 20 Aug 2003 06:27:21 +0000 Subject: The PCMCIA Standard dictates that those funny cards you insert into laptops are "PC Cards" and uses said term consistantly. Allow my foolish hobgoblins to get the better of me and become consistant. --- usr.sbin/sade/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/sade') diff --git a/usr.sbin/sade/main.c b/usr.sbin/sade/main.c index 9d805f7..695754b 100644 --- a/usr.sbin/sade/main.c +++ b/usr.sbin/sade/main.c @@ -110,7 +110,7 @@ main(int argc, char **argv) pvariable_set("modulesInitialize=1"); } - /* Initialize PC-card, if we haven't already done so. */ + /* Initialize PC Card, if we haven't already done so. */ #ifdef PCCARD_ARCH if (!variable_cmp(VAR_SKIP_PCCARD, "YES") && variable_get(VAR_SKIP_PCCARD)!=1 && -- cgit v1.1