summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/buildroot/toolchain/nxflat/ldnxflat.c2
-rw-r--r--misc/uClibc++/ChangeLog.txt2
2 files changed, 2 insertions, 2 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;
diff --git a/misc/uClibc++/ChangeLog.txt b/misc/uClibc++/ChangeLog.txt
index 2de53129c..ba86a597c 100644
--- a/misc/uClibc++/ChangeLog.txt
+++ b/misc/uClibc++/ChangeLog.txt
@@ -10,5 +10,5 @@ uClibc++-1.1 2011-xx-xx <gnutt@nuttx.org>
and feof() to determine if fopen() and fread() were successful.
The NuttX version of ferror() is only fragmentary. The usage of
ferror() in this file exceeds the capability of the current
- implementatino (2013-6-20).
+ implementation (2013-6-20).