diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 2004-06-25 00:54:29 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 2004-06-25 00:54:29 +0000 |
commit | 79981a6702f0f02cb3422972b06742e038d3a438 (patch) | |
tree | 3424b9eb989ccabc9b4deb707cafe6373e61e91a /sys/dev | |
parent | 98c07b8df760e77f7b973e9c9e873775de403892 (diff) |
Minor fixes suggested by nordin@ and henning@
ok millert@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/ncr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/ncr.c b/sys/dev/pci/ncr.c index 029b5fab1c4..a0f4e3f9c7a 100644 --- a/sys/dev/pci/ncr.c +++ b/sys/dev/pci/ncr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr.c,v 1.70 2004/06/24 19:35:23 tholo Exp $ */ +/* $OpenBSD: ncr.c,v 1.71 2004/06/25 00:54:27 tholo 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.70 2004/06/24 19:35:23 tholo Exp $\n"; + "\n$OpenBSD: ncr.c,v 1.71 2004/06/25 00:54:27 tholo Exp $\n"; #endif static const u_long ncr_version = NCR_VERSION * 11 @@ -1621,7 +1621,7 @@ static char *ncr_name (ncb_p np) */ #ifdef __OpenBSD__ /* - * XXX - set up a timer that will update a local copy or microuptime once + * XXX - set up a timer that will update a local copy of microuptime once * every tick. */ static unsigned long script_kvars[] = { |