Skip to content

Commit

Permalink
Blackfin arch: fix spelling typo in output
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Jun 11, 2007
1 parent 5af4c2b commit 00163e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-common/cplbinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static char *cplb_print_entry(char *buf, int type)
int entry = 0, used_cplb = 0;

if (type == CPLB_I) {
buf += sprintf(buf, "Instrction CPLB entry:\n");
buf += sprintf(buf, "Instruction CPLB entry:\n");
p_addr = ipdt_table;
p_data = ipdt_table + 1;
p_icount = ipdt_swapcount_table;
Expand Down

0 comments on commit 00163e8

Please sign in to comment.