differenent -> different
authorjsg <jsg@openbsd.org>
Mon, 21 Feb 2022 12:53:39 +0000 (12:53 +0000)
committerjsg <jsg@openbsd.org>
Mon, 21 Feb 2022 12:53:39 +0000 (12:53 +0000)
sys/arch/i386/isa/ahc_isa.c

index cbc9aa2..1fb9dbf 100644 (file)
@@ -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.