Fixed some typos

This commit is contained in:
Tobias Brunner
2013-10-29 11:44:23 +01:00
parent 1ba47fa565
commit 1dd58b0e21
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
#ifdef __APPLE__
/* while pthread_rwlock_rdlock(3) says that it supports multiple read locks,
* this does not seem to be true. After releasing the a recursive rdlock,
* this does not seem to be true. After releasing a recursive rdlock,
* a subsequent wrlock fails... */
# undef HAVE_PTHREAD_RWLOCK_INIT
#endif