diff options
Diffstat (limited to 'gcc/regrename.c')
| -rw-r--r-- | gcc/regrename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/regrename.c b/gcc/regrename.c index 8300c37e34e..923652c422e 100644 --- a/gcc/regrename.c +++ b/gcc/regrename.c @@ -1243,7 +1243,7 @@ copy_value (dest, src, vd) return; /* Do not propagate copies to the stack pointer, as that can leave - memory accesses with no scheduling dependancy on the stack update. */ + memory accesses with no scheduling dependency on the stack update. */ if (dr == STACK_POINTER_REGNUM) return; |

