]> Git Repo - linux.git/commitdiff
ktest.pl: Fix typo "accesing"
authorWangYuli <[email protected]>
Wed, 18 Dec 2024 14:04:37 +0000 (22:04 +0800)
committerSteven Rostedt <[email protected]>
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/[email protected]
Reviewed-by: SeongJae Park <[email protected]>
Signed-off-by: WangYuli <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
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
This page took 0.046304 seconds and 4 git commands to generate.