From: Akira Yokosawa Date: Tue, 25 Jun 2024 08:59:37 +0000 (+0900) Subject: tools/memory-model: simple.txt: Fix stale reference to recipes-pairs.txt X-Git-Tag: v6.12-rc1~163^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9a6e87af5eaf4239a11ebc029d59e8ace761f1f;p=thirdparty%2Fkernel%2Flinux.git 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 Acked-by: Andrea Parri Signed-off-by: Paul E. McKenney --- diff --git a/tools/memory-model/Documentation/simple.txt b/tools/memory-model/Documentation/simple.txt index 4c789ec8334fc..21f06c1d1b70d 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.