aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-05-12 18:09:10 +0000
committerRichard Stallman <rms@gnu.org>1993-05-12 18:09:10 +0000
commita7d904019909ed6296425e321a61a779efdb0d4b (patch)
tree7b35505278ed5be3a0c7ccbaca96044f31db5f67 /gcc
parent7a61c8e37c5675a28e35cf3471ae054891d272e4 (diff)
downloadgcc-a7d904019909ed6296425e321a61a779efdb0d4b.zip
gcc-a7d904019909ed6296425e321a61a779efdb0d4b.tar.gz
gcc-a7d904019909ed6296425e321a61a779efdb0d4b.tar.bz2
Fix comment syntax typo.
From-SVN: r4431
Diffstat (limited to 'gcc')
-rw-r--r--gcc/tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 8cf85aa029..96a399f 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -2841,7 +2841,6 @@ build_array_type (elt_type, index_type)
#if 0 /* This led to crashes, because it could put a temporary node
on the TYPE_NEXT_VARIANT chain of a permanent one. */
- */
/* The main variant of an array type should always
be an array whose element type is the main variant. */
if (elt_type != TYPE_MAIN_VARIANT (elt_type))