[Midnightbsd-cvs] src [7967] trunk/sys/amd64/amd64/fpu.c: fix spacing

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 14 19:36:15 EDT 2016


Revision: 7967
          http://svnweb.midnightbsd.org/src/?rev=7967
Author:   laffer1
Date:     2016-09-14 19:36:14 -0400 (Wed, 14 Sep 2016)
Log Message:
-----------
fix spacing

Modified Paths:
--------------
    trunk/sys/amd64/amd64/fpu.c

Modified: trunk/sys/amd64/amd64/fpu.c
===================================================================
--- trunk/sys/amd64/amd64/fpu.c	2016-09-14 23:35:46 UTC (rev 7966)
+++ trunk/sys/amd64/amd64/fpu.c	2016-09-14 23:36:14 UTC (rev 7967)
@@ -515,7 +515,7 @@
 /*
  * Read the FP status and control words, then generate si_code value
  * for SIGFPE.  The error code chosen will be one of the
- * FPE_... macros. It will be sent as the second argument to old
+ * FPE_... macros.  It will be sent as the second argument to old
  * BSD-style signal handlers and as "siginfo_t->si_code" (second
  * argument) to SA_SIGINFO signal handlers.
  *
@@ -523,7 +523,7 @@
  * Clearing exceptions was necessary mainly to avoid IRQ13 bugs.  The
  * usermode code which understands the FPU hardware enough to enable
  * the exceptions, can also handle clearing the exception state in the
- * handler. The only consequence of not clearing the exception is the
+ * handler.  The only consequence of not clearing the exception is the
  * rethrow of the SIGFPE on return from the signal handler and
  * reexecution of the corresponding instruction.
  *



More information about the Midnightbsd-cvs mailing list