attributes.7: Minor wording correction [*]

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-10-18 11:59:18 +02:00
parent 3df3ed824f
commit 1b1372b404
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ because a substantial portion of the GNU C Library accesses them without
synchronization.
Unlike
.IR race ,
that causes both readers and
which causes both readers and
writers of internal objects to be regarded as MT-Unsafe and AS-Unsafe,
this mark is applied to writers only.
Writers remain equally MT-Unsafe and AS-Unsafe to call,