summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-08 13:12:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-08 13:12:36 -0600
commit5414407367191439639dae0da0d59e99becc0b53 (patch)
tree0882684c2d42ca8f4b84f43333a9e30c8e68eb0f /misc/buildroot/toolchain
parentd3f2aaf380b754b95604d3ff83ecfd0fea9430b2 (diff)
downloadnuttx-5414407367191439639dae0da0d59e99becc0b53.tar.gz
nuttx-5414407367191439639dae0da0d59e99becc0b53.tar.bz2
nuttx-5414407367191439639dae0da0d59e99becc0b53.zip
Fix some recurring typos: postion->position, *atino->*ation
Diffstat (limited to 'misc/buildroot/toolchain')
-rw-r--r--misc/buildroot/toolchain/nxflat/ldnxflat.c2
1 files changed, 1 insertions, 1 deletions
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;