diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1996-09-10 09:59:05 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1996-09-10 09:59:05 -0700 |
commit | 24f72d7685f12ad265bc7fcc670fb93d05950180 (patch) | |
tree | e633df0746ae5456b53a4c93c32d5b889f0f4dac | |
parent | 54eef932cad61aa29e9a7c3dbb6c7bf8dc0b3490 (diff) | |
download | gcc-24f72d7685f12ad265bc7fcc670fb93d05950180.zip gcc-24f72d7685f12ad265bc7fcc670fb93d05950180.tar.gz gcc-24f72d7685f12ad265bc7fcc670fb93d05950180.tar.bz2 |
Fix typo in comment.
From-SVN: r12695
-rw-r--r-- | gcc/config/sh/sh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 8d22454..b3ac9c9 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -1079,7 +1079,7 @@ extern struct rtx_def *sh_builtin_saveregs (); rtx sum; \ \ 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. \ Therefore, keep the lower two bits in offset_base. */ \ /* Instead of offset_base 128..131 use 124..127, so that \ |