提交 717da97e 编写于 作者: C Colin Ian King 提交者: Shuah Khan (Samsung OSG)

kvm: selftests: fix spelling mistake "Insufficent" -> "Insufficient"

Trivial fix to spelling mistake in TEST_ASSERT message text
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NShuah Khan (Samsung OSG) <shuah@kernel.org>
上级 8c7f6316
......@@ -123,7 +123,7 @@ struct kvm_vm *vm_create(enum vm_guest_mode mode, uint64_t phy_pages, int perm)
/* Allocate memory. */
vm = calloc(1, sizeof(*vm));
TEST_ASSERT(vm != NULL, "Insufficent Memory");
TEST_ASSERT(vm != NULL, "Insufficient Memory");
vm->mode = mode;
vm_open(vm, perm);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册