diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-06-10 06:32:37 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-06-10 06:32:37 +0000 |
commit | 3d6338262b30bf237af6ee6b53d3bfa8b27f1120 (patch) | |
tree | ae0b50137f3d982d9f9fbe2f1f2f8f6e7e43388a /sys/arch/arm | |
parent | c501090a38731cff944d691a948fbd86d286e0dc (diff) |
correct spelling of a comment
from Tom Cosgrove
Diffstat (limited to 'sys/arch/arm')
-rw-r--r-- | sys/arch/arm/arm/undefined.c | 4 |
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. */ |