changeset 39695:373d49b55239

typo
author Karl Berry <karl@freefriends.org>
date Tue, 19 Jun 2018 08:58:15 -0700
parents f75f2ff5aac1
children 506954e693c7
files doc/posix-functions/pthread_rwlock_rdlock.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/posix-functions/pthread_rwlock_rdlock.texi	Mon Jun 18 18:16:34 2018 +0200
+++ b/doc/posix-functions/pthread_rwlock_rdlock.texi	Tue Jun 19 08:58:15 2018 -0700
@@ -22,6 +22,6 @@
 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