establush -> establish
authorjsg <jsg@openbsd.org>
Sun, 2 Jan 2022 01:01:04 +0000 (01:01 +0000)
committerjsg <jsg@openbsd.org>
Sun, 2 Jan 2022 01:01:04 +0000 (01:01 +0000)
sys/arch/arm64/arm64/intr.c
sys/arch/armv7/armv7/intr.c
sys/arch/riscv64/riscv64/intr.c

index af50223..e3e8d46 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.c,v 1.23 2021/05/17 17:25:13 kettenis Exp $ */
+/* $OpenBSD: intr.c,v 1.24 2022/01/02 01:01:04 jsg Exp $ */
 /*
  * Copyright (c) 2011 Dale Rahn <drahn@openbsd.org>
  *
@@ -182,7 +182,7 @@ out:
  * register a dummy interrupt controller that simply stashes away all
  * relevant details of the interrupt handler being established.
  * Later, when the real interrupt controller registers itself, we
- * establush those interrupt handlers based on that information.
+ * establish those interrupt handlers based on that information.
  */
 
 #define MAX_INTERRUPT_CELLS    4
index 12986ce..c0816da 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.c,v 1.19 2021/03/11 11:16:56 jsg Exp $ */
+/* $OpenBSD: intr.c,v 1.20 2022/01/02 01:01:04 jsg Exp $ */
 /*
  * Copyright (c) 2011 Dale Rahn <drahn@openbsd.org>
  *
@@ -177,7 +177,7 @@ out:
  * register a dummy interrupt controller that simply stashes away all
  * relevant details of the interrupt handler being established.
  * Later, when the real interrupt controller registers itself, we
- * establush those interrupt handlers based on that information.
+ * establish those interrupt handlers based on that information.
  */
 
 #define MAX_INTERRUPT_CELLS    4
index 23f77d2..9fbba86 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: intr.c,v 1.8 2021/06/29 21:27:53 kettenis Exp $       */
+/*     $OpenBSD: intr.c,v 1.9 2022/01/02 01:01:04 jsg Exp $    */
 
 /*
  * Copyright (c) 2011 Dale Rahn <drahn@openbsd.org>
@@ -162,7 +162,7 @@ out:
  * register a dummy interrupt controller that simply stashes away all
  * relevant details of the interrupt handler being established.
  * Later, when the real interrupt controller registers itself, we
- * establush those interrupt handlers based on that information.
+ * establish those interrupt handlers based on that information.
  */
 
 #define MAX_INTERRUPT_CELLS    4