From 5414407367191439639dae0da0d59e99becc0b53 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 8 Jul 2014 13:12:36 -0600 Subject: Fix some recurring typos: postion->position, *atino->*ation --- misc/buildroot/toolchain/nxflat/ldnxflat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/buildroot/toolchain') diff --git a/misc/buildroot/toolchain/nxflat/ldnxflat.c b/misc/buildroot/toolchain/nxflat/ldnxflat.c index 92af6f767..b3ff262f7 100644 --- a/misc/buildroot/toolchain/nxflat/ldnxflat.c +++ b/misc/buildroot/toolchain/nxflat/ldnxflat.c @@ -1872,7 +1872,7 @@ static void output_got(int fd) asection *rel_section = rel_sym->section; symvalue sym_value = rel_sym->value; - /* j is the offset index into the relocatino table */ + /* j is the offset index into the relocation table */ j = i + nxflat_nrelocs; -- cgit v1.2.3