diff options
author | Ben Elliston <bje@gcc.gnu.org> | 2007-01-30 10:06:44 +1100 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2007-01-30 10:06:44 +1100 |
commit | 5b08110801273cd0a17b7abfc28f878498c601ea (patch) | |
tree | 7eaa903a2a1e39b8eaa44868b599f2403f017c66 /gcc | |
parent | a661f85edf876e8470c9a66aa643b9ac6d78639e (diff) | |
download | gcc-5b08110801273cd0a17b7abfc28f878498c601ea.zip gcc-5b08110801273cd0a17b7abfc28f878498c601ea.tar.gz gcc-5b08110801273cd0a17b7abfc28f878498c601ea.tar.bz2 |
Belated typo fix from 2007-01-02.
From-SVN: r121319
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index de00ed6..52ec9bd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3133,7 +3133,7 @@ 2007-01-02 Douglas Gregor <doug.gregor@gmail.com> - * c-common.c(c_common_nodes_and_builtins): Since variants of + * c-common.c (c_common_nodes_and_builtins): Since variants of void_type_node get built before it is given a name, we need to give those variants the name, too. (complete_array_type): We need to work with the canonical main |