Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: Fix spelling mistake "cann't" -> "cannot"

There is a spelling mistake in an error message. Fix it.

Link: https://lkml.kernel.org/r/20210826121217.12885-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Colin Ian King and committed by
Linus Torvalds
0c52ec95 6260618e

+1 -1
+1 -1
tools/testing/selftests/vm/mlock-random-test.c
··· 70 70 } 71 71 } 72 72 73 - perror("cann't parse VmLck in /proc/self/status\n"); 73 + perror("cannot parse VmLck in /proc/self/status\n"); 74 74 fclose(f); 75 75 return -1; 76 76 }