manual: Fix typo

This commit is contained in:
Jonathan Wakely 2020-10-05 17:29:38 +01:00
parent 3102e28bd1
commit 5bb2e5300b

View 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