X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=include%2Furcu%2Fuatomic%2Fppc.h;h=ed7ce5debaaa5a26e11ed311edaa8bd700a82c57;hb=6ca0332efb21e424d121d68ca7a522b5f6c1a44b;hp=0e672f57260529679b7c15d31304f57767328bb9;hpb=74b2e59b52980e2e6eeafce92fecc7085a8aef67;p=urcu.git diff --git a/include/urcu/uatomic/ppc.h b/include/urcu/uatomic/ppc.h index 0e672f5..ed7ce5d 100644 --- a/include/urcu/uatomic/ppc.h +++ b/include/urcu/uatomic/ppc.h @@ -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)