diff options
author | 2008-04-01 21:10:18 +0000 | |
---|---|---|
committer | 2008-04-01 21:10:18 +0000 | |
commit | 16aa0c02bda1692b4c89ff3d66cc4e59a611a9ea (patch) | |
tree | d690cae27f6838389e62d688871602fba1409b07 | |
parent | Add a -k option to use the kernel symbols as the words file. (diff) | |
download | wireguard-openbsd-16aa0c02bda1692b4c89ff3d66cc4e59a611a9ea.tar.xz wireguard-openbsd-16aa0c02bda1692b4c89ff3d66cc4e59a611a9ea.zip |
typo
-rw-r--r-- | sys/arch/m88k/m88k/trap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m88k/m88k/trap.c b/sys/arch/m88k/m88k/trap.c index 369bdc3dc42..c8a0551bc0a 100644 --- a/sys/arch/m88k/m88k/trap.c +++ b/sys/arch/m88k/m88k/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.61 2007/12/25 00:29:49 miod Exp $ */ +/* $OpenBSD: trap.c,v 1.62 2008/04/01 21:10:18 miod Exp $ */ /* * Copyright (c) 2004, Miodrag Vallat. * Copyright (c) 1998 Steve Murphree, Jr. @@ -1698,7 +1698,7 @@ splassert_check(int wantipl, const char *func) * * Note that we do not attempt to do anything for .d.usr instructions - the * kernel never issues such instructions, and they cause a privileged - * isntruction exception from userland. + * instruction exception from userland. */ int double_reg_fixup(struct trapframe *frame) |