diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-04 00:09:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-04 00:09:09 +0000 |
commit | f2ce411926eab7a23be6e11274d0f8677610014a (patch) | |
tree | e366d0db22af7390ae0b587ce68914aa611343cd /sys/dev/pci | |
parent | abbac7377fe6d17c12b44669a7353b457ef448bb (diff) |
spelling; raj@cerias.purdue.edu
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_sk.c | 6 | ||||
-rw-r--r-- | sys/dev/pci/ncr.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/pci/if_sk.c b/sys/dev/pci/if_sk.c index 311bf9ad41b..ffcdbe6a570 100644 --- a/sys/dev/pci/if_sk.c +++ b/sys/dev/pci/if_sk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sk.c,v 1.23 2002/03/14 01:26:59 millert Exp $ */ +/* $OpenBSD: if_sk.c,v 1.24 2002/06/04 00:09:08 deraadt Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -42,9 +42,9 @@ * http://www.freebsd.org/~wpaul/SysKonnect/xmacii_datasheet_rev_c_9-29.pdf * The SysKonnect GEnesis manual, http://www.syskonnect.com * - * Note: XaQti has been aquired by Vitesse, and Vitesse does not have the + * Note: XaQti has been acquired by Vitesse, and Vitesse does not have the * XMAC II datasheet online. I have put my copy at people.freebsd.org as a - * convience to others until Vitesse corrects this problem: + * convenience to others until Vitesse corrects this problem: * * http://people.freebsd.org/~wpaul/SysKonnect/xmacii_datasheet_rev_c_9-29.pdf * diff --git a/sys/dev/pci/ncr.c b/sys/dev/pci/ncr.c index 8cd4bbd8d42..59d5a6bbd38 100644 --- a/sys/dev/pci/ncr.c +++ b/sys/dev/pci/ncr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr.c,v 1.63 2002/03/14 03:16:06 millert Exp $ */ +/* $OpenBSD: ncr.c,v 1.64 2002/06/04 00:09:08 deraadt Exp $ */ /* $NetBSD: ncr.c,v 1.63 1997/09/23 02:39:15 perry Exp $ */ /************************************************************************** @@ -1466,7 +1466,7 @@ static void ncr_attach (pcici_t tag, int unit); #if 0 static char ident[] = - "\n$OpenBSD: ncr.c,v 1.63 2002/03/14 03:16:06 millert Exp $\n"; + "\n$OpenBSD: ncr.c,v 1.64 2002/06/04 00:09:08 deraadt Exp $\n"; #endif static const u_long ncr_version = NCR_VERSION * 11 @@ -7133,7 +7133,7 @@ out: /*========================================================== ** ** -** Aquire a control block +** Acquire a control block ** ** **========================================================== |