diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-04-19 18:37:53 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-04-19 18:37:53 +0000 |
commit | 931996cc6dca1f8a0043f9603f57a10c332c038a (patch) | |
tree | 782dad03ded92e5ccf0d3794a5bdd540121091e3 | |
parent | d628382d07aef5d5d5ff3d35af2a0ff6b2b6b167 (diff) |
fix comment
-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). |