diff options
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r-- | gcc/protoize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c index 33388cf..de626f7 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -1135,7 +1135,7 @@ unexpand_if_needed (aux_info_line) strcpy (copy_p, unexp_p->contracted); copy_p += size; - /* Assume the there will not be another replacement required + /* Assume that there will not be another replacement required within the text just replaced. */ s += len; |