]> granicus.if.org Git - libatomic_ops/commitdiff
Fix a typo in comment in msftc/arm.h
authorIvan Maidanski <ivmai@mail.ru>
Sun, 13 Jan 2013 12:08:12 +0000 (16:08 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 13 Jan 2013 12:08:12 +0000 (16:08 +0400)
* src/atomic_ops/sysdeps/msftc/arm.h: Fix a typo in comment (about
SWP).

src/atomic_ops/sysdeps/msftc/arm.h

index c0195ecc7cf2b07c4597ac4c91e8d535762f86b8..fd6b232eed2cc1e44d20302d8812b45ef5f23f17 100644 (file)
@@ -80,9 +80,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"