summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-09-14 04:40:44 +0000
committerimp <imp@FreeBSD.org>2001-09-14 04:40:44 +0000
commitf5ce39c17a2ad2cbe0b4f5f392ec68b941804dc6 (patch)
tree6f701f58d628e87b56c9f624c6eee4e595fcd161 /sys/i386
parentee0b60ccf17e33640a88f5ac5ac39f439a224968 (diff)
downloadFreeBSD-src-f5ce39c17a2ad2cbe0b4f5f392ec68b941804dc6.zip
FreeBSD-src-f5ce39c17a2ad2cbe0b4f5f392ec68b941804dc6.tar.gz
s/thread'/thread's/
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/npx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index 84534ea..91f34e3 100644
--- a/sys/i386/isa/npx.c
+++ b/sys/i386/isa/npx.c
@@ -255,7 +255,7 @@ npx_intr(dummy)
* (this interrupt may occur after the thread has entered the
* kernel via a syscall or an interrupt). Otherwise, the npx
* state of the thread that caused this interrupt must have been
- * pushed to the thread' pcb, and clearing of the busy latch
+ * pushed to the thread's pcb, and clearing of the busy latch
* above has finished the (essentially null) handling of this
* interrupt. Control will eventually return to the instruction
* that caused it and it will repeat. We will eventually (usually
OpenPOWER on IntegriCloud