Skip to content

Commit

Permalink
ktest.pl: Fix spelling mistake "Cant" -> "Can't"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Steven Rostedt (VMware) committed Aug 10, 2020
1 parent 855d8ab commit ff131ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/ktest/ktest.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ff131ef

Please sign in to comment.