diff options
| author | wiz <wiz@NetBSD.org> | 2004-12-15 16:29:53 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2004-12-15 16:29:53 +0000 |
| commit | dd4b29f9a33b0447fa91d47fed98c60b14923cb2 (patch) | |
| tree | 48a0fc2bcac3a7bf6a27d55b343ad45bcc4c856e /lib/libpthread | |
| parent | 151274c8166747af64977de05fc0d961a2d7ea99 (diff) | |
Fix typo in comment.
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/pthread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/pthread.h b/lib/libpthread/pthread.h index 4fe2f474148..fb9126c6f15 100644 --- a/lib/libpthread/pthread.h +++ b/lib/libpthread/pthread.h @@ -1,4 +1,4 @@ -/* $NetBSD: pthread.h,v 1.18 2004/12/13 03:10:52 nathanw Exp $ */ +/* $NetBSD: pthread.h,v 1.19 2004/12/15 16:29:53 wiz Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -236,7 +236,7 @@ __END_DECLS * functions that don't make sense without the previous functions * (pthread_attr_*). The pthread_cond_wait and pthread_cond_timedwait * functions are useful in implementing certain protection mechanisms, - * though a non-buggy app shouldn't end up callung them in + * though a non-buggy app shouldn't end up calling them in * single-threaded mode. * * The rename is done as: |
