aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2000-05-03 22:19:14 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-05-03 22:19:14 +0000
commit6428983a537afa26f27545f5579eb594bc6407e0 (patch)
treec4d0ed744029a6c6be375b98f2988924a80ced95
parent122ddbf9b3572a25d22a83a9f2bbf9442ced99fb (diff)
downloadgcc-6428983a537afa26f27545f5579eb594bc6407e0.zip
gcc-6428983a537afa26f27545f5579eb594bc6407e0.tar.gz
gcc-6428983a537afa26f27545f5579eb594bc6407e0.tar.bz2
Fix typo
From-SVN: r33646
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f0ce1ce..69ba0f9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -641,7 +641,7 @@ Fri Apr 28 16:30:33 2000 Marc Espie <espie@cvs.openbsd.org>
2000-04-27 Mark Mitchell <mark@codesourcery.com>
- * c-commom.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
+ * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
always TREE_READONLY.
2000-04-27 Ulrich Drepper <drepper@cygnus.com>