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

tools/testing: fix comment / output typos

Correct spelling typo in tools/testing

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Masanari Iida and committed by
Jiri Kosina
ce8283d5 ff8dd30f

+5 -5
+1 -1
tools/testing/ktest/examples/include/defaults.conf
··· 33 33 THIS_DIR := ${PWD} 34 34 35 35 36 - # to orginize your configs, having each machine save their configs 36 + # to organize your configs, having each machine save their configs 37 37 # into a separate directly is useful. 38 38 CONFIG_DIR := ${THIS_DIR}/configs/${MACHINE} 39 39
+1 -1
tools/testing/ktest/examples/include/tests.conf
··· 47 47 # Build, install, boot and test with a randconfg 10 times. 48 48 # It is important that you have set MIN_CONFIG in the config 49 49 # that includes this file otherwise it is likely that the 50 - # randconfig will not have the neccessary configs needed to 50 + # randconfig will not have the necessary configs needed to 51 51 # boot your box. This version of the test requires a min 52 52 # config that has enough to make sure the target has network 53 53 # working.
+3 -3
tools/testing/selftests/vm/run_vmtests
··· 36 36 mount -t hugetlbfs none $mnt 37 37 38 38 echo "--------------------" 39 - echo "runing hugepage-mmap" 39 + echo "running hugepage-mmap" 40 40 echo "--------------------" 41 41 ./hugepage-mmap 42 42 if [ $? -ne 0 ]; then ··· 50 50 echo 268435456 > /proc/sys/kernel/shmmax 51 51 echo 4194304 > /proc/sys/kernel/shmall 52 52 echo "--------------------" 53 - echo "runing hugepage-shm" 53 + echo "running hugepage-shm" 54 54 echo "--------------------" 55 55 ./hugepage-shm 56 56 if [ $? -ne 0 ]; then ··· 62 62 echo $shmall > /proc/sys/kernel/shmall 63 63 64 64 echo "--------------------" 65 - echo "runing map_hugetlb" 65 + echo "running map_hugetlb" 66 66 echo "--------------------" 67 67 ./map_hugetlb 68 68 if [ $? -ne 0 ]; then