提交 4e620eb9 编写于 作者: H Heinrich Schuchardt 提交者: Marek Vasut

dfu: fix typo parameteres

%s/parameteres/parameters/g

Even if a line exceeds 80 characters we should not split output strings
to make debugging easier.
Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
上级 a17c0cb8
......@@ -309,8 +309,7 @@ got_update_file:
printf("\n");
if (update_fit_getparams(fit, noffset, &update_addr,
&update_fladdr, &update_size)) {
printf("Error: can't get update parameteres, "
"aborting\n");
printf("Error: can't get update parameters, aborting\n");
ret = 1;
goto next_node;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册