diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2018-02-25 01:45:02 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2018-02-25 01:45:02 +0000 |
commit | 03e35dde70f0058b0697c0170b3f6c0324fdb7a3 (patch) | |
tree | e42c4d3d46f8f9c53248cd331b773c6153933713 /sys/dev/fdt | |
parent | e525ae20784b2624fb7ab78486e9809078273349 (diff) |
Typo: auxilliary -> auxiliary
Diffstat (limited to 'sys/dev/fdt')
-rw-r--r-- | sys/dev/fdt/bcm2835_aux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/bcm2835_aux.c b/sys/dev/fdt/bcm2835_aux.c index 973222644c7..692c3362828 100644 --- a/sys/dev/fdt/bcm2835_aux.c +++ b/sys/dev/fdt/bcm2835_aux.c @@ -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. |