diff options
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 870635c8058..dc96d815ab2 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -838,7 +838,7 @@ check_attr_test (exp, is_const) so expressions using it can be permanent too. */ exp = attr_eq (XSTR (exp, 0), XSTR (exp, 1)); - /* It shouldn't be possible to simplfy the value given to a + /* It shouldn't be possible to simplify the value given to a constant attribute, so don't expand this until it's time to write the test expression. */ if (attr->is_const) |