summaryrefslogtreecommitdiffstats
path: root/lib/libkse
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2008-03-26 07:32:08 +0000
committerbrueffer <brueffer@FreeBSD.org>2008-03-26 07:32:08 +0000
commitb64d211df297d77924499922ae04318904cd0e56 (patch)
treee7fe03597b4470bc5563c7f3e7e962c88698ab9e /lib/libkse
parent5c2e61e801aef375b0188875eeb133a6d8d46be7 (diff)
downloadFreeBSD-src-b64d211df297d77924499922ae04318904cd0e56.zip
FreeBSD-src-b64d211df297d77924499922ae04318904cd0e56.tar.gz
Fix some "in in" typos in comments.
PR: 121490 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Approved by: rwatson (mentor), jkoshy MFC after: 3 days
Diffstat (limited to 'lib/libkse')
-rw-r--r--lib/libkse/thread/thr_sig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkse/thread/thr_sig.c b/lib/libkse/thread/thr_sig.c
index ad1f728..e3cf5bb 100644
--- a/lib/libkse/thread/thr_sig.c
+++ b/lib/libkse/thread/thr_sig.c
@@ -663,7 +663,7 @@ thr_sig_find(struct kse *curkse, int sig, siginfo_t *info __unused)
* Enter a loop to look for threads that have the signal
* unmasked. POSIX specifies that a thread in a sigwait
* will get the signal over any other threads. Second
- * preference will be threads in in a sigsuspend. Third
+ * preference will be threads in a sigsuspend. Third
* preference will be the current thread. If none of the
* above, then the signal is delivered to the first thread
* that is found. Note that if a custom handler is not
OpenPOWER on IntegriCloud