summaryrefslogtreecommitdiff
path: root/sys/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/arm')
-rw-r--r--sys/arch/arm/arm/undefined.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm/arm/undefined.c b/sys/arch/arm/arm/undefined.c
index 5ec5b4f0c17..4fb64cbff99 100644
--- a/sys/arch/arm/arm/undefined.c
+++ b/sys/arch/arm/arm/undefined.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: undefined.c,v 1.7 2016/01/31 00:14:50 jsg Exp $ */
+/* $OpenBSD: undefined.c,v 1.8 2016/06/10 06:32:36 jsg Exp $ */
/* $NetBSD: undefined.c,v 1.22 2003/11/29 22:21:29 bjh21 Exp $ */
/*
@@ -192,7 +192,7 @@ undefinedinstruction(trapframe_t *frame)
/*
* According to the datasheets you only need to look at bit 27 of the
- * instruction to tell the difference between and undefined
+ * instruction to tell the difference between an undefined
* instruction and a coprocessor instruction following an undefined
* instruction trap.
*/