diff options
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index 49df302c073..edd02622b09 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -2452,7 +2452,7 @@ compare_constant (t1, t2) l1 && l2; l1 = TREE_CHAIN (l1), l2 = TREE_CHAIN (l2)) { - /* Check that each value is the same... */ + /* Check that each value is the same... */ if (! compare_constant (TREE_VALUE (l1), TREE_VALUE (l2))) return 0; /* ... and that they apply to the same fields! */ |