Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00163e86 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

Blackfin arch: fix spelling typo in output

parent 5af4c2b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;