diff options
author | 2003-11-07 20:34:27 +0000 | |
---|---|---|
committer | 2003-11-07 20:34:27 +0000 | |
commit | dacc11e4d540397cfdd6761d14eb04846b57159f (patch) | |
tree | ae177e02f25fee955d8d92a85fba201e4879baa5 | |
parent | Add some missing mentions of 'synproxy state' (diff) | |
download | wireguard-openbsd-dacc11e4d540397cfdd6761d14eb04846b57159f.tar.xz wireguard-openbsd-dacc11e4d540397cfdd6761d14eb04846b57159f.zip |
updated URL and a typo from Jared Yanovich;
-rw-r--r-- | sys/dev/pcmcia/if_cnw.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/pcmcia/if_cnw.c b/sys/dev/pcmcia/if_cnw.c index 40d22dad3c0..b78ba675789 100644 --- a/sys/dev/pcmcia/if_cnw.c +++ b/sys/dev/pcmcia/if_cnw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_cnw.c,v 1.12 2002/11/19 18:36:18 jason Exp $ */ +/* $OpenBSD: if_cnw.c,v 1.13 2003/11/07 20:34:27 jmc Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -41,9 +41,8 @@ * * When this driver was developed, the Linux Netwave driver was used * as a hardware manual. That driver is Copyright (c) 1997 University - * of Tromsų, Norway. It is part of the Linix pcmcia-cs package that - * can be found at - * http://hyper.stanford.edu/HyperNews/get/pcmcia/home.html. The most + * of Tromsų, Norway. It is part of the Linux pcmcia-cs package that + * can be found at http://pcmcia-cs.sourceforge.net/. The most * recent version of the pcmcia-cs package when this driver was * written was 3.0.6. * |