From: Joern Rennecke Date: Tue, 2 Sep 1997 22:43:55 +0000 (+0000) Subject: Comment typo fix. X-Git-Tag: gdb-4_18~4900 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=552c6220e0bf1173ccf939170835dcd505282a1d;p=platform%2Fupstream%2Fbinutils.git Comment typo fix. --- diff --git a/sim/sh/interp.c b/sim/sh/interp.c index ce8c8d1..ff40f49 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;