提交 0c52ec95 编写于 作者: C Colin Ian King 提交者: Linus Torvalds

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.comSigned-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 6260618e
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册