提交 5b60212f 编写于 作者: B bellard

typos (Pavel Janik)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@848 c046a42c-6fe2-441c-8c8c-71466251a162
上级 a00bad7e
......@@ -815,7 +815,7 @@ static int expr_prod(void)
case '/':
case '%':
if (val2 == 0)
expr_error("divison by zero");
expr_error("division by zero");
if (op == '/')
val /= val2;
else
......@@ -933,7 +933,7 @@ static int get_str(char *buf, int buf_size, const char **pp)
}
}
if (*p != '\"') {
qemu_printf("untermintated string\n");
qemu_printf("unterminated string\n");
goto fail;
}
p++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册