diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/yp/xdryp.c | 2 | ||||
-rw-r--r-- | lib/libc_r/uthread/uthread_sig.c | 2 | ||||
-rw-r--r-- | lib/libelf/libelf_convert.m4 | 2 | ||||
-rw-r--r-- | lib/libkse/thread/thr_sig.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/yp/xdryp.c b/lib/libc/yp/xdryp.c index 7aed6ad3af840..ec2f71a1a2aa2 100644 --- a/lib/libc/yp/xdryp.c +++ b/lib/libc/yp/xdryp.c @@ -42,7 +42,7 @@ extern void *ypresp_data; * I'm leaving the xdr_datum() function in purely for backwards * compatibility. yplib.c doesn't actually use it, but it's listed * in yp_prot.h as being available, so it's probably a good idea to - * leave it in in case somebody goes looking for it. + * leave it in case somebody goes looking for it. */ typedef struct { char *dptr; diff --git a/lib/libc_r/uthread/uthread_sig.c b/lib/libc_r/uthread/uthread_sig.c index d6045a0e1df38..7f700b25d1523 100644 --- a/lib/libc_r/uthread/uthread_sig.c +++ b/lib/libc_r/uthread/uthread_sig.c @@ -342,7 +342,7 @@ thread_sig_find(int sig) * 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 diff --git a/lib/libelf/libelf_convert.m4 b/lib/libelf/libelf_convert.m4 index 5d0c21fce0172..e3766fc1af144 100644 --- a/lib/libelf/libelf_convert.m4 +++ b/lib/libelf/libelf_convert.m4 @@ -136,7 +136,7 @@ __FBSDID("$FreeBSD$"); /* * Read in various integral values. The source pointer could be - * unaligned. Values are read in in native byte order. The source + * unaligned. Values are read in native byte order. The source * pointer is incremented appropriately. */ 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 |