diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 12:53:40 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 12:53:40 +0000 |
commit | cb03301815fbb12e77d97f9d014bbaa3de61a11a (patch) | |
tree | fa90338c84990c47d1af8e70c9caf058c3d1cf94 /sys | |
parent | 2911f47f375e16dac32797bb1d17b6adc832faab (diff) |
differenent -> different
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/isa/ahc_isa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/ahc_isa.c b/sys/arch/i386/isa/ahc_isa.c index cbc9aa26930..1fb9dbf82d4 100644 --- a/sys/arch/i386/isa/ahc_isa.c +++ b/sys/arch/i386/isa/ahc_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahc_isa.c,v 1.20 2022/02/21 10:24:28 mpi Exp $ */ +/* $OpenBSD: ahc_isa.c,v 1.21 2022/02/21 12:53:39 jsg Exp $ */ /* $NetBSD: ahc_isa.c,v 1.5 1996/10/21 22:27:39 thorpej Exp $ */ /* @@ -402,7 +402,7 @@ ahc_isa_attach(struct device *parent, struct device *self, void *aux) /* * See if we have a Rev E or higher aic7770. Anything below a * Rev E will have a R/O autoflush disable configuration bit. - * It's still not clear exactly what is differenent about the Rev E. + * It's still not clear exactly what is different about the Rev E. * We think it allows 8 bit entries in the QOUTFIFO to support * "paging" SCBs so you can have more than 4 commands active at * once. |