typo
authorKarl Berry <karl@freefriends.org>
Tue, 19 Jun 2018 15:58:15 +0000 (08:58 -0700)
committerKarl Berry <karl@freefriends.org>
Tue, 19 Jun 2018 15:58:15 +0000 (08:58 -0700)
doc/posix-functions/pthread_rwlock_rdlock.texi

index 387dabed7792626a651f16b28fce0e86aab123a1..f1c7364f0c28b3b289af84f030075761fcb07882 100644 (file)
@@ -22,6 +22,6 @@ another writer is already waiting to take it, this function may return
 successfully immediately) -- a behaviour that may lead to writer starvation --
 on some platforms:
 glibc 2.28.
-As a workaround, you can use the @code(gl_rwlock_t} type from the Gnulib
+As a workaround, you can use the @code{gl_rwlock_t} type from the Gnulib
 module @samp{lock}.
 @end itemize