diff options
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index 7f723f97e11..71ecfd8eb95 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -402,7 +402,7 @@ apply_change_group () } } -/* Return the number of changes so far in the current group. */ +/* Return the number of changes so far in the current group. */ int num_validated_changes () |