diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-06-11 04:22:18 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-06-11 04:22:18 -0400 |
commit | 00163e869e44f5489c33cd3ec0e502c33a0d4ba7 (patch) | |
tree | 4bdceffaee71e55a32f3e9f3fb4b1a45e7383e18 /arch/blackfin | |
parent | 5af4c2b367c9c3dcc0cb02880df3a8581bb12a87 (diff) |
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>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/mach-common/cplbinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-common/cplbinfo.c b/arch/blackfin/mach-common/cplbinfo.c index d65fac39d1bf..caa9623e6bd6 100644 --- 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) | |||
82 | int entry = 0, used_cplb = 0; | 82 | int entry = 0, used_cplb = 0; |
83 | 83 | ||
84 | if (type == CPLB_I) { | 84 | if (type == CPLB_I) { |
85 | buf += sprintf(buf, "Instrction CPLB entry:\n"); | 85 | buf += sprintf(buf, "Instruction CPLB entry:\n"); |
86 | p_addr = ipdt_table; | 86 | p_addr = ipdt_table; |
87 | p_data = ipdt_table + 1; | 87 | p_data = ipdt_table + 1; |
88 | p_icount = ipdt_swapcount_table; | 88 | p_icount = ipdt_swapcount_table; |