mirror of git://sourceware.org/git/glibc.git
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