diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-12-14 07:42:14 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-12-14 07:42:14 +0000 |
commit | 2a20431354bedc08d9c689cce09e948b6fc83e1b (patch) | |
tree | 226afecd7e317ef2a274001bee94998511558db8 /sys/arch | |
parent | 77ab94d3b6b1edbcb61148925f858c8651510b22 (diff) |
handelr -> handler
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvme88k/mvme88k/eh.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/mvme88k/eh.S b/sys/arch/mvme88k/mvme88k/eh.S index 43b28988b76..7f796a5f439 100644 --- a/sys/arch/mvme88k/mvme88k/eh.S +++ b/sys/arch/mvme88k/mvme88k/eh.S @@ -1,4 +1,4 @@ -/* $OpenBSD: eh.S,v 1.26 2001/12/22 17:57:10 smurph Exp $ */ +/* $OpenBSD: eh.S,v 1.27 2002/12/14 07:42:13 fgsch Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -560,7 +560,7 @@ GLOBAL(divide_handler) CALL(_C_LABEL(m88100_trap), T_ZERODIV, r30) DONE(DEBUG_DIVIDE_BIT) -/* integer overflow exception handelr */ +/* integer overflow exception handler */ GLOBAL(overflow_handler) PREP("overflow", 9, DEBUG_OVERFLOW_BIT, No_SSBR_Stuff, No_Precheck) CALL(_C_LABEL(m88100_trap), T_OVFFLT, r30) @@ -2322,7 +2322,7 @@ GLOBAL(m88110_divide_handler) CALL(_C_LABEL(m88110_trap), T_ZERODIV, r30) DONE(DEBUG_DIVIDE_BIT) -/* integer overflow exception handelr */ +/* integer overflow exception handler */ GLOBAL(m88110_overflow_handler) PREP2("overflow", 9, DEBUG_OVERFLOW_BIT, No_SSBR_Stuff, No_Precheck) CALL(_C_LABEL(m88110_trap), T_OVFFLT, r30) |