aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-08-06 03:39:36 +0000
committerChristopher Faylor <me@cgf.cx>2003-08-06 03:39:36 +0000
commit0601b11fb647ed948cb0e2ad33ece143532631fb (patch)
treed47bc7a9ca89e8e096a663010ad1f7d3bcfcb19a
parent8440f55d74ca4313d776c5205c716b4b1ed86f59 (diff)
downloadnewlib-0601b11fb647ed948cb0e2ad33ece143532631fb.zip
newlib-0601b11fb647ed948cb0e2ad33ece143532631fb.tar.gz
newlib-0601b11fb647ed948cb0e2ad33ece143532631fb.tar.bz2
fix typo
-rw-r--r--winsup/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/ChangeLog b/winsup/ChangeLog
index b0db92b..40104f0 100644
--- a/winsup/ChangeLog
+++ b/winsup/ChangeLog
@@ -4,7 +4,7 @@
2003-08-05 Christopher Faylor <cgf@redhat.com>
- * Makefile.common: Don't send -nostdinc++ with g++.
+ * Makefile.common: Don't use -nostdinc with g++.
2003-07-25 Christopher Faylor <cgf@redhat.com>