-/* $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 $ */
/*
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.
*/
-/* $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>
*
#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.