mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-25 04:01:10 +00:00
manual: Fix typo
This commit is contained in:
parent
3102e28bd1
commit
5bb2e5300b
@ -896,7 +896,7 @@ Model Aware Atomic Operations, gcc, Using the GNU Compiler Collection
|
|||||||
|
|
||||||
@smallexample
|
@smallexample
|
||||||
if (__libc_single_threaded)
|
if (__libc_single_threaded)
|
||||||
++refeference_count;
|
++reference_count;
|
||||||
else
|
else
|
||||||
__atomic_fetch_add (&reference_count, 1, __ATOMIC_ACQ_REL);
|
__atomic_fetch_add (&reference_count, 1, __ATOMIC_ACQ_REL);
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
Loading…
Reference in New Issue
Block a user