Skip to content

Commit c098564

Browse files
Colin Ian KingJonathan Corbet
authored andcommitted
tools: Fix "the the" in a message in kernel-chktaint
There is a double "the" in a message in kernel-chktaint, fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20210613202059.80403-1-colin.king@canonical.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent acda97a commit c098564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/debugging/kernel-chktaint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ else
196196
fi
197197

198198
echo "For a more detailed explanation of the various taint flags see"
199-
echo " Documentation/admin-guide/tainted-kernels.rst in the the Linux kernel sources"
199+
echo " Documentation/admin-guide/tainted-kernels.rst in the Linux kernel sources"
200200
echo " or https://kernel.org/doc/html/latest/admin-guide/tainted-kernels.html"
201201
echo "Raw taint value as int/string: $taint/'$out'"
202202
#EOF#

0 commit comments

Comments
 (0)