From: Paul E. McKenney Date: Tue, 19 Mar 2019 23:37:01 +0000 (-0700) Subject: tools/memory-model: Fix checkalllitmus.sh comment X-Git-Tag: v6.6.7~3070^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e029374ba8483e1c59243a70bf0926f0ca8f54e2;p=platform%2Fkernel%2Flinux-starfive.git 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 --- diff --git a/tools/memory-model/scripts/checkalllitmus.sh b/tools/memory-model/scripts/checkalllitmus.sh index 10e14d9..54d8da8 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 |