Blackfin arch: fix spelling typo in output
[pandora-kernel.git] / arch / blackfin / mach-common / cplbinfo.c
index d65fac3..caa9623 100644 (file)
@@ -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;