Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Peter Postma <peter@netbsd.org>
List: source-changes
Date: 06/17/2005 18:07:06
Module Name:	src
Committed By:	peter
Date:		Fri Jun 17 18:07:06 UTC 2005

Modified Files:
	src/lib/libpthread: pthread_barrier_destroy.3 pthread_barrier_init.3
	    pthread_barrier_wait.3 pthread_barrierattr.3
	    pthread_cond_broadcast.3 pthread_cond_init.3 pthread_condattr.3
	    pthread_mutexattr.3 pthread_rwlockattr.3 pthread_spin_init.3

Log Message:
Fix various spelling errors.

From Igor Sobrado in PR/29997.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libpthread/pthread_barrier_destroy.3 \
    src/lib/libpthread/pthread_cond_broadcast.3 \
    src/lib/libpthread/pthread_spin_init.3
cvs rdiff -r1.6 -r1.7 src/lib/libpthread/pthread_barrier_init.3
cvs rdiff -r1.4 -r1.5 src/lib/libpthread/pthread_barrier_wait.3 \
    src/lib/libpthread/pthread_barrierattr.3 \
    src/lib/libpthread/pthread_mutexattr.3 \
    src/lib/libpthread/pthread_rwlockattr.3
cvs rdiff -r1.5 -r1.6 src/lib/libpthread/pthread_cond_init.3
cvs rdiff -r1.2 -r1.3 src/lib/libpthread/pthread_condattr.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.