summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-11-24 19:46:58 +0000
committerchristos <christos@NetBSD.org>2006-11-24 19:46:58 +0000
commit1665d5e960b3e7de8012efaed3e66e671f24a2dc (patch)
tree807ff6ea1e8e469b3e20584fd5e79a4a376a7843 /lib/libpthread
parentd8f5d5f0440cac425531b11e46b86429c83fad5f (diff)
fix spelling of accommodate; from Zapher.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/pthread_sig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/pthread_sig.c b/lib/libpthread/pthread_sig.c
index 17ad6f22adc..ef8a4708609 100644
--- a/lib/libpthread/pthread_sig.c
+++ b/lib/libpthread/pthread_sig.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pthread_sig.c,v 1.46 2006/06/12 16:45:14 chuck Exp $ */
+/* $NetBSD: pthread_sig.c,v 1.47 2006/11/24 19:46:58 christos Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: pthread_sig.c,v 1.46 2006/06/12 16:45:14 chuck Exp $");
+__RCSID("$NetBSD: pthread_sig.c,v 1.47 2006/11/24 19:46:58 christos Exp $");
/* We're interposing a specific version of the signal interface. */
#define __LIBC12_SOURCE__
@@ -354,7 +354,7 @@ sigtimedwait(const sigset_t * __restrict set, siginfo_t * __restrict info,
/*
* If there is already a master thread running, arrange things
- * to accomodate for eventual extra signals to wait for
+ * to accommodate for eventual extra signals to wait for
* and join the sigwaiting list.
*/
if (pt_sigwmaster) {