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