aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/csky/kernel/module.c')
-rw-r--r--arch/csky/kernel/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/csky/kernel/module.c b/arch/csky/kernel/module.c
index 6cd82d69c655..f11b3e573344 100644
--- a/arch/csky/kernel/module.c
+++ b/arch/csky/kernel/module.c
@@ -68,7 +68,7 @@ int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab,
*location = rel[i].r_addend + sym->st_value;
break;
case R_CSKY_PC32:
- /* Add the value, subtract its postition */
+ /* Add the value, subtract its position */
*location = rel[i].r_addend + sym->st_value
- (uint32_t)location;
break;