diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2003-02-14 00:45:17 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2003-02-14 00:45:17 +0000 |
commit | 6a25a6219caebc2d91d4b22f912ce0e3c86bd8ff (patch) | |
tree | 2e9a9d5a86323f978756f0b39d41cf736133195a | |
parent | 4d658cfcd2976063937a003392652f666095932c (diff) | |
download | cygnal-6a25a6219caebc2d91d4b22f912ce0e3c86bd8ff.tar.gz cygnal-6a25a6219caebc2d91d4b22f912ce0e3c86bd8ff.tar.bz2 cygnal-6a25a6219caebc2d91d4b22f912ce0e3c86bd8ff.zip |
Fix typo in last ChangeLog entry.
-rw-r--r-- | winsup/mingw/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index de3391b1c..ed7bc27f1 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,6 +1,6 @@ 2003-02-13 Danny Smith <dannysmith@users.sourceforge.net> - * profile/Makefile.in (mcount,o): Use -O1 optimization + * profile/Makefile.in (mcount.o): Use -O1 optimization switch to compile. 2003-02-10 Danny Smith <dannysmith@users.sourceforge.net> |