Smack: Handle io_uring kernel thread privileges
[linux-2.6-microblaze.git] / Documentation / core-api / atomic_ops.rst
index 2e7165f..7245834 100644 (file)
@@ -29,7 +29,7 @@ updated by one CPU, local_t is probably more appropriate. Please see
 local_t.
 
 The first operations to implement for atomic_t's are the initializers and
-plain reads. ::
+plain writes. ::
 
        #define ATOMIC_INIT(i)          { (i) }
        #define atomic_set(v, i)        ((v)->counter = (i))