From 2a20431354bedc08d9c689cce09e948b6fc83e1b Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Sat, 14 Dec 2002 07:42:14 +0000 Subject: handelr -> handler --- sys/arch/mvme88k/mvme88k/eh.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch') 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) -- cgit v1.2.3