Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+2 -2
+2 -2
tools/memory-model/scripts/checkalllitmus.sh
··· 30 30 exit 255 31 31 fi 32 32 33 - # Create any new directories that have appeared in the github litmus 34 - # repo since the last run. 33 + # Create any new directories that have appeared in the litmus-tests 34 + # directory since the last run. 35 35 if test "$LKMM_DESTDIR" != "." 36 36 then 37 37 find $litmusdir -type d -print |