diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2008-03-26 07:32:08 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2008-03-26 07:32:08 +0000 |
| commit | 662cac9f231e3c339f011b554d232603cc58df90 (patch) | |
| tree | e7fe03597b4470bc5563c7f3e7e962c88698ab9e /lib/libkse/thread | |
| parent | 8e7f63ecf84b39826087a1a785b05040608c1d77 (diff) | |
Notes
Diffstat (limited to 'lib/libkse/thread')
| -rw-r--r-- | lib/libkse/thread/thr_sig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkse/thread/thr_sig.c b/lib/libkse/thread/thr_sig.c index ad1f728f641f8..e3cf5bb622d83 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 |
