From 9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 17 Sep 2006 16:28:10 +0000 Subject: whitespace cleanup --- modutils/insmod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modutils/insmod.c') diff --git a/modutils/insmod.c b/modutils/insmod.c index 249563435..2b2e3637d 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c @@ -981,7 +981,7 @@ arch_apply_relocation(struct obj_file *f, /* dot is the address of the current instruction. * v is the target symbol address. * So we need to extract the offset in the code, - * adding v, then subtrating the current address + * adding v, then subtrating the current address * of this instruction. * Ex: "IMM 0xFFFE bralid 0x0000" = "bralid 0xFFFE0000" */ @@ -990,7 +990,7 @@ arch_apply_relocation(struct obj_file *f, unsigned int temp = (loc[0] & 0xFFFF) << 16 | (loc[1] & 0xFFFF); - /* Adjust relative offset. -4 adjustment required + /* Adjust relative offset. -4 adjustment required * because dot points to the IMM insn, but branch * is computed relative to the branch instruction itself. */ -- cgit v1.2.3