Fix: uatomic powerpc comment about lwsync
[urcu.git] / include / urcu / uatomic / ppc.h
index 0e672f57260529679b7c15d31304f57767328bb9..ed7ce5debaaa5a26e11ed311edaa8bd700a82c57 100644 (file)
@@ -34,7 +34,7 @@ extern "C" {
  * instructions for cmpxchg and add_return family of atomic primitives.
  *
  * This is achieved with:
- *   lwsync (prior loads can be reordered after following load)
+ *   lwsync (prior stores can be reordered after following loads)
  *   lwarx
  *   stwcx.
  *   test if success (retry)
This page took 0.02295 seconds and 4 git commands to generate.