aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1998-06-05 09:02:14 -0700
committerPer Bothner <bothner@gcc.gnu.org>1998-06-05 09:02:14 -0700
commite211a323f625b6a8a49d13f644ef21f76d0e2453 (patch)
treedf511c1542718b9b2ef94857bcaeadf702a11a92 /gcc/cp
parent6ff0d2a070d3240f65b80d39f59970a1f4ba303d (diff)
downloadgcc-e211a323f625b6a8a49d13f644ef21f76d0e2453.zip
gcc-e211a323f625b6a8a49d13f644ef21f76d0e2453.tar.gz
gcc-e211a323f625b6a8a49d13f644ef21f76d0e2453.tar.bz2
Fixed minor typo.
From-SVN: r20252
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a05245f..94090a4 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,6 +1,6 @@
1998-06-05 Per Bothner <bothner@cygnus.com>
- * g++spec (lang_specific_pre_link, lang_specific_extra_ofiles):
+ * g++spec.c (lang_specific_pre_link, lang_specific_extra_ofiles):
Define - update needed by gcc.c change.
1998-06-05 Jason Merrill <jason@yorick.cygnus.com>