提交 00163e86 编写于 作者: M Mike Frysinger 提交者: Bryan Wu

Blackfin arch: fix spelling typo in output

Signed-off-by: NMike Frysinger <michael.frysinger@analog.com>
Signed-off-by: NBryan Wu <bryan.wu@analog.com>
上级 5af4c2b3
...@@ -82,7 +82,7 @@ static char *cplb_print_entry(char *buf, int type) ...@@ -82,7 +82,7 @@ static char *cplb_print_entry(char *buf, int type)
int entry = 0, used_cplb = 0; int entry = 0, used_cplb = 0;
if (type == CPLB_I) { if (type == CPLB_I) {
buf += sprintf(buf, "Instrction CPLB entry:\n"); buf += sprintf(buf, "Instruction CPLB entry:\n");
p_addr = ipdt_table; p_addr = ipdt_table;
p_data = ipdt_table + 1; p_data = ipdt_table + 1;
p_icount = ipdt_swapcount_table; p_icount = ipdt_swapcount_table;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册