diff options
author | Akira Yokosawa <akiyks@gmail.com> | 2025-02-25 18:39:58 +0900 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2025-02-25 10:22:34 -0800 |
commit | fa9e35a0772a74fc190265a5d4e3e62384b999ff (patch) | |
tree | bc4a20a59c068c46b866d956e64fafb0418167a7 | |
parent | dcc5197839f22655951056f399061872adfdb0b9 (diff) |
tools/memory-model/README: Fix typo
Fix a trivial typo.
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r-- | tools/memory-model/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/memory-model/README b/tools/memory-model/README index 59bc15edeb8a..64c860863aa9 100644 --- a/tools/memory-model/README +++ b/tools/memory-model/README @@ -79,7 +79,7 @@ Several thousand more example litmus tests are available here: https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/perfbook.git/tree/CodeSamples/formal/herd https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/perfbook.git/tree/CodeSamples/formal/litmus -Documentation describing litmus tests and now to use them may be found +Documentation describing litmus tests and how to use them may be found here: tools/memory-model/Documentation/litmus-tests.txt |