Typo: auxilliary -> auxiliary
authorguenther <guenther@openbsd.org>
Sun, 25 Feb 2018 01:45:01 +0000 (01:45 +0000)
committerguenther <guenther@openbsd.org>
Sun, 25 Feb 2018 01:45:01 +0000 (01:45 +0000)
sys/arch/arm/arm/cpufunc.c
sys/dev/fdt/bcm2835_aux.c

index f528e20..114aeaf 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: cpufunc.c,v 1.52 2017/09/08 05:36:51 deraadt Exp $    */
+/*     $OpenBSD: cpufunc.c,v 1.53 2018/02/25 01:45:01 guenther Exp $   */
 /*     $NetBSD: cpufunc.c,v 1.65 2003/11/05 12:53:15 scw Exp $ */
 
 /*
@@ -418,7 +418,7 @@ armv7_setup()
        cpu_idcache_wbinv_all();
 
        /*
-        * Set the auxilliary control register first, as the SMP bit
+        * Set the auxiliary control register first, as the SMP bit
         * needs to be set to 1 before the caches and the MMU are
         * enabled.
         */
index 9732226..692c336 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: bcm2835_aux.c,v 1.1 2017/07/29 17:25:20 kettenis Exp $        */
+/*     $OpenBSD: bcm2835_aux.c,v 1.2 2018/02/25 01:45:01 guenther Exp $        */
 /*
  * Copyright (c) 2017 Mark kettenis <kettenis@openbsd.org>
  *
@@ -27,7 +27,7 @@
 #include <dev/ofw/fdt.h>
 
 /*
- * This auxilliary device handles interrupts and clocks for one UART
+ * This auxiliary device handles interrupts and clocks for one UART
  * and two SPI controllers.  For now we only support the UART, so we
  * simply register its interrupt handler directly with our parent
  * interrupt controller.