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 5692f4ef7e2..7ee2f97d3fe 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -443,7 +443,7 @@ confirm_change_group (void) if (changes[i].unshare) *changes[i].loc = copy_rtx (*changes[i].loc); - /* Avoid unnecesary rescaning when multiple changes to same instruction + /* Avoid unnecesary rescanning when multiple changes to same instruction are made. */ if (object) { |