aboutsummaryrefslogtreecommitdiff
path: root/tools/memory-model
diff options
context:
space:
mode:
authorGravatar Paul E. McKenney <paulmck@kernel.org> 2019-03-19 16:37:01 -0700
committerGravatar Paul E. McKenney <paulmck@kernel.org> 2023-03-24 10:24:14 -0700
commite029374ba8483e1c59243a70bf0926f0ca8f54e2 (patch)
tree578be80e20d19225bb2a7397d556ec0c31e756e0 /tools/memory-model
parenttools/memory-model: Add simpletest.sh to check locking, RCU, and SRCU (diff)
downloadlinux-e029374ba8483e1c59243a70bf0926f0ca8f54e2.tar.gz
linux-e029374ba8483e1c59243a70bf0926f0ca8f54e2.tar.bz2
linux-e029374ba8483e1c59243a70bf0926f0ca8f54e2.zip
tools/memory-model: Fix checkalllitmus.sh comment
The checkalllitmus.sh runs litmus tests in the litmus-tests directory, not those in the github archive, so this commit updates the comment to reflect this reality. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/memory-model')
-rwxr-xr-xtools/memory-model/scripts/checkalllitmus.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/memory-model/scripts/checkalllitmus.sh b/tools/memory-model/scripts/checkalllitmus.sh
index 10e14d94acee..54d8da8c338e 100755
--- a/tools/memory-model/scripts/checkalllitmus.sh
+++ b/tools/memory-model/scripts/checkalllitmus.sh
@@ -30,8 +30,8 @@ else
exit 255
fi
-# Create any new directories that have appeared in the github litmus
-# repo since the last run.
+# Create any new directories that have appeared in the litmus-tests
+# directory since the last run.
if test "$LKMM_DESTDIR" != "."
then
find $litmusdir -type d -print |