aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-02 19:30:04 +0000
committerRoland McGrath <roland@gnu.org>2005-02-02 19:30:04 +0000
commit5d09cc15b615c1e5629ed8e267c866c40f3ba924 (patch)
tree6e0b340fd2c9f1e61721eb3dd86b9ff274adcea3
parent6925ef9a679d24f7a3bff1dd138604682da11c12 (diff)
downloadglibc-5d09cc15b615c1e5629ed8e267c866c40f3ba924.tar
glibc-5d09cc15b615c1e5629ed8e267c866c40f3ba924.tar.gz
glibc-5d09cc15b615c1e5629ed8e267c866c40f3ba924.tar.bz2
glibc-5d09cc15b615c1e5629ed8e267c866c40f3ba924.zip
Fix typos
* sysdeps/arm/bits/linkmap.h: ...this. * sysdeps/i386/bits/link.h: Renamed to... * sysdeps/i386/bits/linkmap.h: ...this. * sysdeps/ia64/bits/link.h: Renamed to... * sysdeps/ia64/bits/linkmap.h: ...this. * sysdeps/s390/bits/link.h: Renamed to... * sysdeps/s390/bits/linkmap.h: ...this. * sysdeps/sh/bits/link.h: Renamed to... * sysdeps/sh/bits/linkmap.h: ...this. * sysdeps/x86_64/bits/link.h: Renamed to... * sysdeps/x86_64/bits/linkmap.h: ...this.
-rw-r--r--ChangeLog22
1 files changed, 11 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 22be595d54..6dfd1dbb92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -596,21 +596,21 @@
* sysdeps/generic/libc-tls.c: Likewise.
* sysdeps/arm/bits/link.h: Renamed to ...
- * sysdeps/arm/buts/linkmap.h: ...this.
+ * sysdeps/arm/bits/linkmap.h: ...this.
* sysdeps/generic/bits/link.h: Renamed to...
* sysdeps/generic/bits/linkmap.h: ...this.
* sysdeps/hppa/bits/link.h: Renamed to...
* sysdeps/hppa/bits/linkmap.h: ...this.
- * sysdeps/hppa/i386/link.h: Renamed to...
- * sysdeps/hppa/i386/linkmap.h: ...this.
- * sysdeps/hppa/ia64/link.h: Renamed to...
- * sysdeps/hppa/ia64/linkmap.h: ...this.
- * sysdeps/hppa/s390/link.h: Renamed to...
- * sysdeps/hppa/s390/linkmap.h: ...this.
- * sysdeps/hppa/sh/link.h: Renamed to...
- * sysdeps/hppa/sh/linkmap.h: ...this.
- * sysdeps/hppa/x86_64/link.h: Renamed to...
- * sysdeps/hppa/x86_64/linkmap.h: ...this.
+ * sysdeps/i386/bits/link.h: Renamed to...
+ * sysdeps/i386/bits/linkmap.h: ...this.
+ * sysdeps/ia64/bits/link.h: Renamed to...
+ * sysdeps/ia64/bits/linkmap.h: ...this.
+ * sysdeps/s390/bits/link.h: Renamed to...
+ * sysdeps/s390/bits/linkmap.h: ...this.
+ * sysdeps/sh/bits/link.h: Renamed to...
+ * sysdeps/sh/bits/linkmap.h: ...this.
+ * sysdeps/x86_64/bits/link.h: Renamed to...
+ * sysdeps/x86_64/bits/linkmap.h: ...this.
* posix/unistd.h: Declare ftruncate for POSIX 2003. [BZ #640]