projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5af4c2b
)
Blackfin arch: fix spelling typo in output
author
Mike Frysinger
<michael.frysinger@analog.com>
Mon, 11 Jun 2007 08:22:18 +0000
(16:22 +0800)
committer
Bryan Wu
<bryan.wu@analog.com>
Mon, 11 Jun 2007 08:22:18 +0000
(16:22 +0800)
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
arch/blackfin/mach-common/cplbinfo.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/mach-common/cplbinfo.c
b/arch/blackfin/mach-common/cplbinfo.c
index d65fac39d1bfcc41169d4cb08c95444c4f769598..caa9623e6bd6d578903e8411f6c607dcd8789779 100644
(file)
--- a/
arch/blackfin/mach-common/cplbinfo.c
+++ b/
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, "Instr
u
ction CPLB entry:\n");
p_addr = ipdt_table;
p_data = ipdt_table + 1;
p_icount = ipdt_swapcount_table;