瀏覽代碼

Blackfin arch: fix spelling typo in output

Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Mike Frysinger 18 年之前
父節點
當前提交
00163e869e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/blackfin/mach-common/cplbinfo.c

+ 1 - 1
arch/blackfin/mach-common/cplbinfo.c

@@ -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;