]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
tools/memory-model: Fix checkalllitmus.sh comment
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 19 Mar 2019 23:37:01 +0000 (16:37 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 10 May 2021 23:29:07 +0000 (16:29 -0700)
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>
tools/memory-model/scripts/checkalllitmus.sh

index 10e14d94acee5c8b39e715c859b8bd2f54b508fd..54d8da8c338e173b8929655ccb09b0aa9f5892c8 100755 (executable)
@@ -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 |