summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-24 11:09:07 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-24 11:09:07 +0000
commit6a3b5b5c7149b75fcb85d053ad993e9dff0e39a4 (patch)
treeae65014873c10c247d66691613c4176639bdcd69
parent6f8c75b105903c1148ab13842ef2977be8bcebf9 (diff)
Fix typo.
* sysdeps/i386/i786/Implies: New file.
-rw-r--r--CONFORMANCE2
-rw-r--r--ChangeLog2
2 files changed, 2 insertions, 2 deletions
diff --git a/CONFORMANCE b/CONFORMANCE
index c0e8f6b92d..cf00caa4d9 100644
--- a/CONFORMANCE
+++ b/CONFORMANCE
@@ -2,7 +2,7 @@ Conformance of the GNU libc with various standards
==================================================
The GNU libc is designed to be conformant with existing standard as
-far as possible. TO ensure this I've run various tests. The results
+far as possible. To ensure this I've run various tests. The results
are presented here.
diff --git a/ChangeLog b/ChangeLog
index be0a9a3101..5b122f3386 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
* scripts/config.sub: Update from latest autoconf release.
* scripts/config.guess: Likewise.
- * sysdeps/i386/i786: New file.
+ * sysdeps/i386/i786/Implies: New file.
1999-01-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>