From: Ivan Maidanski Date: Sun, 13 Jan 2013 12:08:12 +0000 (+0400) Subject: Fix a typo in comment in msftc/arm.h X-Git-Tag: libatomic_ops-7_2e~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab36f12ae2ffd7d07b57c478f86d73de31d3fa39;p=libatomic_ops Fix a typo in comment in msftc/arm.h * src/atomic_ops/sysdeps/msftc/arm.h: Fix a typo in comment (about SWP). --- diff --git a/src/atomic_ops/sysdeps/msftc/arm.h b/src/atomic_ops/sysdeps/msftc/arm.h index 18fa11c..9391cee 100644 --- a/src/atomic_ops/sysdeps/msftc/arm.h +++ b/src/atomic_ops/sysdeps/msftc/arm.h @@ -81,9 +81,9 @@ AO_store_full(volatile AO_t *addr, AO_t value) #else /* _M_ARM < 6 */ -/* Some slide set, if it has been red correctly, claims that Loads */ +/* Some ARM slide set, if it has been read correctly, claims that Loads */ /* followed by either a Load or a Store are ordered, but nothing */ -/* else is. It appears that SWP is the only simple memory barrier. */ +/* else is. It appears that SWP is the only simple memory barrier. */ #include "../all_atomic_load_store.h" #include "../test_and_set_t_is_ao_t.h"