Skip to content

Commit ff131ef

Browse files
Colin Ian Kingrostedt
authored andcommitted
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/[email protected] Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
1 parent 855d8ab commit ff131ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/ktest/ktest.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,7 @@ sub create_pty {
15431543
my $TIOCGPTN = 0x80045430;
15441544

15451545
sysopen($ptm, "/dev/ptmx", O_RDWR | O_NONBLOCK) or
1546-
dodie "Cant open /dev/ptmx";
1546+
dodie "Can't open /dev/ptmx";
15471547

15481548
# unlockpt()
15491549
$tmp = pack("i", 0);

0 commit comments

Comments
 (0)