summaryrefslogtreecommitdiff
path: root/tools/memory-model
diff options
context:
space:
mode:
authorAkira Yokosawa <akiyks@gmail.com>2024-06-25 17:59:37 +0900
committerPaul E. McKenney <paulmck@kernel.org>2024-09-13 23:56:44 -0700
commitb9a6e87af5eaf4239a11ebc029d59e8ace761f1f (patch)
treee419e9da328f9f3583b6c5e5855e8ee938fc5247 /tools/memory-model
parent9bc931e9e161ca9788ebed1d2a88b5aa1b4439b2 (diff)
downloadlwn-b9a6e87af5eaf4239a11ebc029d59e8ace761f1f.tar.gz
lwn-b9a6e87af5eaf4239a11ebc029d59e8ace761f1f.zip
tools/memory-model: simple.txt: Fix stale reference to recipes-pairs.txt
There has never been recipes-paris.txt at least since v5.11. Fix the typo. Signed-off-by: Akira Yokosawa <akiyks@gmail.com> Acked-by: Andrea Parri <parri.andrea@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/memory-model')
-rw-r--r--tools/memory-model/Documentation/simple.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/memory-model/Documentation/simple.txt b/tools/memory-model/Documentation/simple.txt
index 4c789ec8334f..21f06c1d1b70 100644
--- a/tools/memory-model/Documentation/simple.txt
+++ b/tools/memory-model/Documentation/simple.txt
@@ -266,5 +266,5 @@ More complex use cases
======================
If the alternatives above do not do what you need, please look at the
-recipes-pairs.txt file to peel off the next layer of the memory-ordering
+recipes.txt file to peel off the next layer of the memory-ordering
onion.