diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-04-01 21:10:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-04-01 21:10:19 +0000 |
commit | d143bfeeeb2873b1987be6d184d00f119c0913d5 (patch) | |
tree | 13689ca6a36181035e15ee2dc85ba8ff74ac5252 /sys/arch/m88k | |
parent | 1e1adfb83f343539c70144e855bbdc64732abb8e (diff) |
typo
Diffstat (limited to 'sys/arch/m88k')
-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) |