X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=Documentation%2Fatomic_ops.txt;h=05851e9982edfefbab5ead5b774ab976926a12e4;hb=53c5725581cce8a29925afd4eae71fa8c7ce551f;hp=2a63d5662a93a1fd2e0889bc6aab93c1ae987102;hpb=4d3ce21fa9d2eaeda113aa2f9c2da80d972bef64;p=sfrench%2Fcifs-2.6.git diff --git a/Documentation/atomic_ops.txt b/Documentation/atomic_ops.txt index 2a63d5662a93..05851e9982ed 100644 --- a/Documentation/atomic_ops.txt +++ b/Documentation/atomic_ops.txt @@ -149,7 +149,7 @@ defined which accomplish this: void smp_mb__before_atomic_dec(void); void smp_mb__after_atomic_dec(void); void smp_mb__before_atomic_inc(void); - void smp_mb__after_atomic_dec(void); + void smp_mb__after_atomic_inc(void); For example, smp_mb__before_atomic_dec() can be used like so: