svn commit: r238671 - head/sys/amd64/amd64
Konstantin Belousov
kib at FreeBSD.org
Sat Jul 21 13:53:01 UTC 2012
Author: kib
Date: Sat Jul 21 13:53:00 2012
New Revision: 238671
URL: http://svn.freebsd.org/changeset/base/238671
Log:
Constently use 2-space sentence breaks.
Submitted by: bde
MFC after: 1 week
Modified:
head/sys/amd64/amd64/fpu.c
Modified: head/sys/amd64/amd64/fpu.c
==============================================================================
--- head/sys/amd64/amd64/fpu.c Sat Jul 21 13:47:37 2012 (r238670)
+++ head/sys/amd64/amd64/fpu.c Sat Jul 21 13:53:00 2012 (r238671)
@@ -515,7 +515,7 @@ static char fpetable[128] = {
/*
* 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 @@ static char fpetable[128] = {
* 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 svn-src-head
mailing list