Commit 24f72d76 by Jim Wilson

Fix typo in comment.

From-SVN: r12695
parent 54eef932
...@@ -1079,7 +1079,7 @@ extern struct rtx_def *sh_builtin_saveregs (); ...@@ -1079,7 +1079,7 @@ extern struct rtx_def *sh_builtin_saveregs ();
rtx sum; \ rtx sum; \
\ \
GO_IF_LEGITIMATE_INDEX (MODE, index_rtx, WIN); \ GO_IF_LEGITIMATE_INDEX (MODE, index_rtx, WIN); \
/* On rare occaisons, we might get an unaligned pointer \ /* On rare occasions, we might get an unaligned pointer \
that is indexed in a way to give an aligned address. \ that is indexed in a way to give an aligned address. \
Therefore, keep the lower two bits in offset_base. */ \ Therefore, keep the lower two bits in offset_base. */ \
/* Instead of offset_base 128..131 use 124..127, so that \ /* Instead of offset_base 128..131 use 124..127, so that \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment