diff options
-rw-r--r-- | sys/arch/m88k/m88k/eh_common.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m88k/m88k/eh_common.S b/sys/arch/m88k/m88k/eh_common.S index bc651030f3d..e51bcf73a85 100644 --- a/sys/arch/m88k/m88k/eh_common.S +++ b/sys/arch/m88k/m88k/eh_common.S @@ -1,4 +1,4 @@ -/* $OpenBSD: eh_common.S,v 1.6 2004/09/15 05:56:33 miod Exp $ */ +/* $OpenBSD: eh_common.S,v 1.7 2005/04/19 18:37:52 mickey Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -141,7 +141,7 @@ * and the SSBR must be cleared explicitly. * * 5) The FPU must be enabled (as it is disabled by the exception processing - * hardware) and allowed to complete actions in progress. This is so + * hardware) and allowed to complete actions in progress. This is * so that it may be used in the servicing of any instruction. * When the FPU is being restarted, operations attempting to complete * may themselves fault (raising another exception). |