summaryrefslogtreecommitdiffstats
path: root/sim/sh
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@embecosm.com>1997-09-02 22:43:55 +0000
committerJoern Rennecke <joern.rennecke@embecosm.com>1997-09-02 22:43:55 +0000
commit552c6220e0bf1173ccf939170835dcd505282a1d (patch)
treed204025d86b0dd545bed8ecbe00db35e989f8ec9 /sim/sh
parent1f302a3bd9dbeacd407ba6e454db1f72c5bb3ba4 (diff)
downloadppe42-binutils-552c6220e0bf1173ccf939170835dcd505282a1d.tar.gz
ppe42-binutils-552c6220e0bf1173ccf939170835dcd505282a1d.zip
Comment typo fix.
Diffstat (limited to 'sim/sh')
-rw-r--r--sim/sh/interp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/sh/interp.c b/sim/sh/interp.c
index ce8c8d10d2..ff40f49f83 100644
--- a/sim/sh/interp.c
+++ b/sim/sh/interp.c
@@ -283,7 +283,7 @@ special_address (addr, bits_written, data)
{
if ((unsigned) addr >> 24 == 0xf0 && bits_written == 32 && (data & 1) == 0)
/* This invalidates (if not associative) or might invalidate
- (if assiciative) an instruction cache line. This is used for
+ (if associative) an instruction cache line. This is used for
trampolines. Since we don't simulate the cache, this is a no-op
as far as the simulator is concerned. */
return 1;
OpenPOWER on IntegriCloud