Commit f3a30016 authored by WangYuli's avatar WangYuli Committed by Steven Rostedt
Browse files

ktest.pl: Fix typo "accesing"

There is a spelling mistake of 'accesing' in comments which should
be 'accessing'.

Fixes: 6d76f469 ("ktest: Add useful example configs")
Link: https://lore.kernel.org/8714AE3735C0EA0B+20241218140437.194906-1-wangyuli@uniontech.com


Reviewed-by: default avatarSeongJae Park <sj@kernel.org>
Signed-off-by: default avatarWangYuli <wangyuli@uniontech.com>
Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent 770221a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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