提交 ab85b014 编写于 作者: C Colin Ian King 提交者: Daniel Borkmann

tools/bpf: fix spelling mistake "memeory" -> "memory"

The CHECK message contains a spelling mistake, fix it.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NDaniel Borkmann <daniel@iogearbox.net>
上级 8d75839b
......@@ -2573,7 +2573,7 @@ static int do_test_file(unsigned int test_num)
}
func_info = malloc(info.func_info_cnt * rec_size);
if (CHECK(!func_info, "out of memeory")) {
if (CHECK(!func_info, "out of memory")) {
err = -1;
goto done;
}
......@@ -3299,7 +3299,7 @@ static int do_test_func_type(int test_num)
}
func_info = malloc(info.func_info_cnt * rec_size);
if (CHECK(!func_info, "out of memeory")) {
if (CHECK(!func_info, "out of memory")) {
err = -1;
goto done;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册