summaryrefslogtreecommitdiffstats
path: root/newlib
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-06-07 14:21:53 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-06-07 14:21:53 +0000
commit7eed26ae5b4529b1732c1f3405b4adaacf425fab (patch)
tree94f9de13179bec157b46fcd08f6620afccdbb568 /newlib
parent34ec6f665bdbbb0c596260b8ed76d5a3cf1187cb (diff)
downloadcygnal-7eed26ae5b4529b1732c1f3405b4adaacf425fab.tar.gz
cygnal-7eed26ae5b4529b1732c1f3405b4adaacf425fab.tar.bz2
cygnal-7eed26ae5b4529b1732c1f3405b4adaacf425fab.zip
Fix typos
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index a4bbca0da..40115beb2 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,6 +1,6 @@
2013-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
- * libc/include/cdefs.h (__has_extension): New define.
+ * libc/include/sys/cdefs.h (__has_extension): New define.
(__has_feature): Likewise.
(__has_include): Likewise.
(__has_builtin): Likewise.
@@ -42,7 +42,7 @@
2013-05-28 Richard Earnshaw <rearnsha@arm.com>
- * libc/macine/arm/strcpy.S: Explicitly set build attributes when
+ * libc/machine/arm/strcpy.S: Explicitly set build attributes when
building for thumb1 targets.
2013-05-22 Corinna Vinschen <vinschen@redhat.com>