diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-09 00:45:39 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-09 00:45:39 +0000 |
commit | ccbb93b16df494da1c0ebf8081ee30acb3a02e42 (patch) | |
tree | 495b7d3bd432857d46dbb036810e1fa0b9c839bf /sys/arch/mvme68k | |
parent | 831aadadbdcc6c81bf560c5d4c327ce0773f8cce (diff) |
From Andrushock, s/sucess/success/g
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/mvme68k/trap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/mvme68k/trap.c b/sys/arch/mvme68k/mvme68k/trap.c index 1878a24d631..3525bdae77c 100644 --- a/sys/arch/mvme68k/mvme68k/trap.c +++ b/sys/arch/mvme68k/mvme68k/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.46 2002/06/23 03:03:15 deraadt Exp $ */ +/* $OpenBSD: trap.c,v 1.47 2002/12/09 00:45:37 millert Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -225,7 +225,7 @@ again: * If any writeback fails, go back and attempt signal delivery. * unless we have already been here and attempted the writeback * (e.g. bad address with user ignoring SIGSEGV). In that case - * we just return to the user without sucessfully completing + * we just return to the user without successfully completing * the writebacks. Maybe we should just drop the sucker? */ if (mmutype == MMU_68040 && fp->f_format == FMT7) { |