diff options
author | Jason Peel <jsyn@cvs.openbsd.org> | 2002-06-09 02:11:48 +0000 |
---|---|---|
committer | Jason Peel <jsyn@cvs.openbsd.org> | 2002-06-09 02:11:48 +0000 |
commit | 2439e8f755866486c809af0482589d2337018d37 (patch) | |
tree | 9aacf45e2c9a411d5e46c9464602099113ab6a51 /sys/arch/hp300 | |
parent | 27f4526e7f1e0379a00d49b3aadfa61e513ac2b2 (diff) |
fix the use of "cuz" in the tree; these are all in comments
noticed by aaron@, recommended by deraadt@
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/dev/hd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/hd.c b/sys/arch/hp300/dev/hd.c index 1c4e1345e6e..b667b0e1663 100644 --- a/sys/arch/hp300/dev/hd.c +++ b/sys/arch/hp300/dev/hd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hd.c,v 1.16 2002/05/30 11:03:52 art Exp $ */ +/* $OpenBSD: hd.c,v 1.17 2002/06/09 02:11:47 jsyn Exp $ */ /* $NetBSD: rd.c,v 1.33 1997/07/10 18:14:08 kleink Exp $ */ /* @@ -1045,7 +1045,7 @@ hderror(unit) } /* * Now output a generic message suitable for badsect. - * Note that we don't use harderr cuz it just prints + * Note that we don't use harderr because it just prints * out b_blkno which is just the beginning block number * of the transfer, not necessary where the error occurred. */ |