From: jsg Date: Mon, 21 Feb 2022 12:53:39 +0000 (+0000) Subject: differenent -> different X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a2fe0131e3c44f99e71c69ff0e7cd8755b50acf5;p=openbsd differenent -> different --- 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.