summaryrefslogtreecommitdiff
path: root/gcc/config/avr
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-21 17:39:50 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-21 17:39:50 +0000
commit4246a5c7643caf48df5a907550541f80f6157526 (patch)
treeb4024d8c280820c1b973990e1e6d3388cd6a735b /gcc/config/avr
parent42eed8b4c3317782caa8c0e267116eb6d32d4290 (diff)
downloadgcc-4246a5c7643caf48df5a907550541f80f6157526.tar.gz
Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201105 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/avr')
-rw-r--r--gcc/config/avr/avr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/avr/avr.c b/gcc/config/avr/avr.c
index 50100bf5513..6d95c101c2b 100644
--- a/gcc/config/avr/avr.c
+++ b/gcc/config/avr/avr.c
@@ -7541,7 +7541,7 @@ avr_rotate_bytes (rtx operands[])
gcc_assert (move[blocked].links != -1);
/* Replace src of blocking move with scratch reg. */
move[move[blocked].links].src = scratch;
- /* Make dependent on scratch move occuring. */
+ /* Make dependent on scratch move occurring. */
move[blocked].links = size;
size=size+1;
}