File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ setup()
4949 mkdir -p " $CPUCTL " || return 1
5050
5151 mount -t cgroup -o cpu cpuctl " $CPUCTL " || {
52- tst_resm TFAIL " failed to mount cpu subsytem ... Exiting"
52+ tst_resm TFAIL " failed to mount cpu subsystem ... Exiting"
5353 cleanup;
5454 return 1;
5555 }
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ for cur in $(seq 1 $TST_TOTAL); do
226226
227227 mount -t cgroup -o memory xxx memcg/
228228 if [ $? -ne 0 ]; then
229- tst_resm TFAIL " failed to mount memory subsytem "
229+ tst_resm TFAIL " failed to mount memory subsystem "
230230 failed=1
231231 continue
232232 fi
Original file line number Diff line number Diff line change 1- This contains two tests for the inotify subsytem .
1+ This contains two tests for the inotify subsystem .
22
33The inotify API provides a mechanism for monitoring file system events. $
44Inotify can be used to monitor individual files, or to monitor directories. $
You can’t perform that action at this time.
0 commit comments