aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@redhat.co.uk>2001-01-11 18:11:48 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2001-01-11 18:11:48 +0000
commiteb842b26f1624620045c70810d22fd5916ebf2eb (patch)
treeafe633bf20c2ad7773057fce2f467b290f2bac47
parent345a8dd526d61abeb4ecb9423eb18da1b3797338 (diff)
Fix a comment that was terminated too early
From-SVN: r38916
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/config/mips/vxworks.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 75876aa179b..aebef878e7e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,7 @@
2001-01-11 Bernd Schmidt <bernds@redhat.co.uk>
+ * config/mips/vxworks.h: Don't terminate comment before its end.
+
* invoke.texi: Update -fvtable-thunks documentation.
* loop.c (scan_loop): Disable copy propagation if we find a REG_LABEL
diff --git a/gcc/config/mips/vxworks.h b/gcc/config/mips/vxworks.h
index 0856c37343a..25d9ef90cc8 100644
--- a/gcc/config/mips/vxworks.h
+++ b/gcc/config/mips/vxworks.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999 Free Software Foundation, Inc. */
+/* Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of GNU CC.