diff options
author | Andrea Parri <[email protected]> | 2019-02-19 23:55:22 +0100 |
---|---|---|
committer | Paul E. McKenney <[email protected]> | 2019-06-19 09:31:54 -0700 |
commit | 46f52b1fe79d2453467b904600ae4759808c4a44 (patch) | |
tree | 3375c6fb770c1799d271975f1f8ee6ad50cecada | |
parent | 2966f8d440c3d2b6ef6c44093a9f9c42701a077a (diff) |
tools/memory-model: Fix comment in MP+poonceonces.litmus
The comment should say "Sometimes" for the result.
Signed-off-by: Andrea Parri <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Boqun Feng <[email protected]>
Cc: Nicholas Piggin <[email protected]>
Cc: David Howells <[email protected]>
Cc: Jade Alglave <[email protected]>
Cc: Luc Maranget <[email protected]>
Cc: "Paul E. McKenney" <[email protected]>
Cc: Akira Yokosawa <[email protected]>
Cc: Daniel Lustig <[email protected]>
Acked-by: Alan Stern <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
-rw-r--r-- | tools/memory-model/litmus-tests/MP+poonceonces.litmus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/memory-model/litmus-tests/MP+poonceonces.litmus b/tools/memory-model/litmus-tests/MP+poonceonces.litmus index b2b60b84fb9d..172f0145301c 100644 --- a/tools/memory-model/litmus-tests/MP+poonceonces.litmus +++ b/tools/memory-model/litmus-tests/MP+poonceonces.litmus @@ -1,7 +1,7 @@ C MP+poonceonces (* - * Result: Maybe + * Result: Sometimes * * Can the counter-intuitive message-passing outcome be prevented with * no ordering at all? |