]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual: Fix typo
authorJonathan Wakely <jwakely@redhat.com>
Mon, 5 Oct 2020 16:29:38 +0000 (17:29 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 5 Oct 2020 16:29:46 +0000 (17:29 +0100)
manual/threads.texi

index 4ab0622443fd8781f6c89c634ec0afb4064c6813..5bcfe32d6a965d917f101cfc86d3d5894de2e9ac 100644 (file)
@@ -896,7 +896,7 @@ Model Aware Atomic Operations, gcc, Using the GNU Compiler Collection
 
 @smallexample
 if (__libc_single_threaded)
-  ++refeference_count;
+  ++reference_count;
 else
   __atomic_fetch_add (&reference_count, 1, __ATOMIC_ACQ_REL);
 @end smallexample