From 5bb2e5300b9b7cf1b8b7f2cbcbfca4d4a529082d Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 5 Oct 2020 17:29:38 +0100 Subject: manual: Fix typo --- manual/threads.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/threads.texi b/manual/threads.texi index 4ab0622443..5bcfe32d6a 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 -- cgit 1.4.1