mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 05:45:20 +00:00
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>
This commit is contained in:
parent
6260618e09
commit
0c52ec9513
@ -70,7 +70,7 @@ int get_proc_locked_vm_size(void)
|
||||
}
|
||||
}
|
||||
|
||||
perror("cann't parse VmLck in /proc/self/status\n");
|
||||
perror("cannot parse VmLck in /proc/self/status\n");
|
||||
fclose(f);
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user