summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorUwe Stuehler <uwe@cvs.openbsd.org>2005-05-27 20:14:31 +0000
committerUwe Stuehler <uwe@cvs.openbsd.org>2005-05-27 20:14:31 +0000
commit218124a1ea085d655db0ddf3b65ec2b4a8032d35 (patch)
tree7107ccbb03d0de6b7679658e0bd4ceee45032416 /sys/arch
parent306a2737b68e0375310423cc1baf21c0133f98c4 (diff)
typo in comment
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/arm/arm/irq_dispatch.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm/arm/irq_dispatch.S b/sys/arch/arm/arm/irq_dispatch.S
index db7a4632f72..f7fa93aff98 100644
--- a/sys/arch/arm/arm/irq_dispatch.S
+++ b/sys/arch/arm/arm/irq_dispatch.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: irq_dispatch.S,v 1.4 2004/12/30 23:44:22 drahn Exp $ */
+/* $OpenBSD: irq_dispatch.S,v 1.5 2005/05/27 20:14:30 uwe Exp $ */
/* $NetBSD: irq_dispatch.S,v 1.5 2003/10/30 08:57:24 scw Exp $ */
/*
@@ -108,7 +108,7 @@ ASENTRY_NP(irq_entry)
* Increment the interrupt nesting depth and call the interrupt
* dispatch routine. We've pushed a frame, so we can safely use
* callee-saved regs here. We use the following registers, which
- * we expect to presist:
+ * we expect to persist:
*
* r5 address of `current_intr_depth' variable
* r6 old value of `current_intr_depth'