diff options
Diffstat (limited to 'gcc/postreload.c')
-rw-r--r-- | gcc/postreload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/postreload.c b/gcc/postreload.c index 2875dbdffd0..f5a987a7f0d 100644 --- a/gcc/postreload.c +++ b/gcc/postreload.c @@ -757,7 +757,7 @@ reload_combine (void) else { /* Otherwise, look for a free index register. Since we have - checked above that neiter REG nor BASE are index registers, + checked above that neither REG nor BASE are index registers, if we find anything at all, it will be different from these two registers. */ for (i = first_index_reg; i <= last_index_reg; i++) |