diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-11-29 20:15:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-11-29 20:15:44 +0000 |
commit | ca829633d6d1dd5387d8f20985f844d364fdc74c (patch) | |
tree | 92394a07a04d38ffdaba652672712a9f2f0781cb /sys/arch/hp300/dev | |
parent | 4d028446ac5e1424a6869b14b5a3a356bbb296c0 (diff) |
inconsistant spelling; torh@bogus.net
Diffstat (limited to 'sys/arch/hp300/dev')
-rw-r--r-- | sys/arch/hp300/dev/ac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/ac.c b/sys/arch/hp300/dev/ac.c index 48bf4481cef..dc5ccbd89fa 100644 --- a/sys/arch/hp300/dev/ac.c +++ b/sys/arch/hp300/dev/ac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ac.c,v 1.10 2002/05/30 11:03:52 art Exp $ */ +/* $OpenBSD: ac.c,v 1.11 2002/11/29 20:15:43 deraadt Exp $ */ /* $NetBSD: ac.c,v 1.9 1997/04/02 22:37:21 scottr Exp $ */ /* @@ -506,7 +506,7 @@ acconvert(sbuf, dbuf, ne) } #ifdef DEBUG if (ne < 0 || bcount < 0) - panic("acconvert: inconsistant"); + panic("acconvert: inconsistent"); #endif } } |