aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2009-01-03 05:13:35 +0000
committerChristopher Faylor <me@cgf.cx>2009-01-03 05:13:35 +0000
commit8bb25217610e9fb91f0b5d3c54834db5b4202c6f (patch)
tree6755e8f8c18919222daeeb6b46d3df2acfdbdc90
parent66a83f3eac1c9c8ad575c117b7c49995dc549d26 (diff)
downloadnewlib-8bb25217610e9fb91f0b5d3c54834db5b4202c6f.zip
newlib-8bb25217610e9fb91f0b5d3c54834db5b4202c6f.tar.gz
newlib-8bb25217610e9fb91f0b5d3c54834db5b4202c6f.tar.bz2
correct
-rw-r--r--winsup/cygwin/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 88c6a55..c803071 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -4,8 +4,8 @@
Update copyrights where appropriate.
* globals.cc: New file for generic global variables.
- * mkglobals_h: New file to generate globals.h.
- * mkstatic: New Script used to build a (currently non-working) static
+ * mkglobals_h: New script to generate globals.h.
+ * mkstatic: New script used to build a (currently non-working) static
libcygwin_s.a.
* Makefile.in: Add unused rule to build a non-working libcygwin_s.a.
(DLL_OFILES): Add globals.o. Make all objects rely on globals.h.