diff options
author | kib <kib@FreeBSD.org> | 2012-07-21 13:53:00 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2012-07-21 13:53:00 +0000 |
commit | bff2a9c29dc5ebe9fccdcba01029b75ffb48a2b0 (patch) | |
tree | 62ae561963bd96b9f6603e43337a4dfc4ecf68d5 /sys/amd64 | |
parent | 8175cd6cd359df24b40425ff3457b972d5a4450a (diff) | |
download | FreeBSD-src-bff2a9c29dc5ebe9fccdcba01029b75ffb48a2b0.zip FreeBSD-src-bff2a9c29dc5ebe9fccdcba01029b75ffb48a2b0.tar.gz |
Constently use 2-space sentence breaks.
Submitted by: bde
MFC after: 1 week
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/amd64/fpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c index 8e81b07..4311b6f 100644 --- a/sys/amd64/amd64/fpu.c +++ b/sys/amd64/amd64/fpu.c @@ -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. * |