]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ktest.pl: Fix typo "accesing"
authorWangYuli <wangyuli@uniontech.com>
Wed, 18 Dec 2024 14:04:37 +0000 (22:04 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 18 Dec 2024 21:51:50 +0000 (16:51 -0500)
There is a spelling mistake of 'accesing' in comments which should
be 'accessing'.

Fixes: 6d76f469c8ac9 ("ktest: Add useful example configs")
Link: https://lore.kernel.org/8714AE3735C0EA0B+20241218140437.194906-1-wangyuli@uniontech.com
Reviewed-by: SeongJae Park <sj@kernel.org>
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
tools/testing/ktest/examples/include/defaults.conf

index 63a1a83f4f0b5e1abcb8b22c8943a6cf7f85dd6c..f6d8517a471ea9ae314575d98c119ac7067cc872 100644 (file)
@@ -46,7 +46,7 @@ CLEAR_LOG = 1
 
 SSH_USER = root
 
-# For accesing the machine, we will ssh to root@machine.
+# For accessing the machine, we will ssh to root@machine.
 SSH := ssh ${SSH_USER}@${MACHINE}
 
 # Update this. The default here is ktest will ssh to the target box