diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-21 18:18:04 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-21 18:18:04 +0000 |
commit | 75de4aa2388b611eccdaac5526121fd3a034cab3 (patch) | |
tree | 4cf7616fe25f46e4466b597faf6d52056d8cb397 /gcc/sched-deps.c | |
parent | c31fb425536dbb9f6df5cb9d3ce26bff6189d389 (diff) | |
download | gcc-75de4aa2388b611eccdaac5526121fd3a034cab3.tar.gz |
Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201109 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sched-deps.c')
-rw-r--r-- | gcc/sched-deps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c index 8270d5880cf..353090157dd 100644 --- a/gcc/sched-deps.c +++ b/gcc/sched-deps.c @@ -4574,7 +4574,7 @@ attempt_change (struct mem_inc_info *mii, rtx new_addr) rtx mem = *mii->mem_loc; rtx new_mem; - /* Jump thru a lot of hoops to keep the attributes up to date. We + /* Jump through a lot of hoops to keep the attributes up to date. We do not want to call one of the change address variants that take an offset even though we know the offset in many cases. These assume you are changing where the address is pointing by the |