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 2c2c9dd..8f2e887 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -4055,7 +4055,7 @@ clear_struct_flag (x) } /* Return the number of RTX objects making up the expression X. - But if we count more more than MAX objects, stop counting. */ + But if we count more than MAX objects, stop counting. */ static int count_sub_rtxs (x, max) |