From: Jonathan Wakely Date: Mon, 5 Oct 2020 16:29:38 +0000 (+0100) Subject: manual: Fix typo X-Git-Tag: glibc-2.33~441 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bb2e5300b9b7cf1b8b7f2cbcbfca4d4a529082d;p=thirdparty%2Fglibc.git manual: Fix typo --- diff --git a/manual/threads.texi b/manual/threads.texi index 4ab0622443f..5bcfe32d6a9 100644 --- a/manual/threads.texi +++ b/manual/threads.texi @@ -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