aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/ktest
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-08-10 11:07:50 +0100
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2020-08-10 14:23:13 -0400
commitff131efff141fc679cccde28bc265f4c79cbe329 (patch)
tree413aa941a7ae1164caf36a6925ddeb91e8fc378a /tools/testing/ktest
parentktest.pl: Change the logic to control the size of the log file emailed (diff)
downloadwireguard-linux-ff131efff141fc679cccde28bc265f4c79cbe329.tar.xz
wireguard-linux-ff131efff141fc679cccde28bc265f4c79cbe329.zip
ktest.pl: Fix spelling mistake "Cant" -> "Can't"
There is a spelling mistake in an error message. Fix it. Link: https://lkml.kernel.org/r/20200810100750.61475-1-colin.king@canonical.com Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'tools/testing/ktest')
-rwxr-xr-xtools/testing/ktest/ktest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
index 9363a5b27339..cb16d2aac51c 100755
--- a/tools/testing/ktest/ktest.pl
+++ b/tools/testing/ktest/ktest.pl
@@ -1543,7 +1543,7 @@ sub create_pty {
my $TIOCGPTN = 0x80045430;
sysopen($ptm, "/dev/ptmx", O_RDWR | O_NONBLOCK) or
- dodie "Cant open /dev/ptmx";
+ dodie "Can't open /dev/ptmx";
# unlockpt()
$tmp = pack("i", 0);