This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] tc-mips.c: Fix a comment typo.


Hi,

Attached is a patch to fix a comment typo in tc-mips.c.  Comitted as
obvious.

Thanks,

Kazu Hirata

2001-08-11  Kazu Hirata  <kazu@hxi.com>

	* config/tc-mips.c: Fix a comment typo.

Index: tc-mips.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-mips.c,v
retrieving revision 1.61
diff -u -r1.61 tc-mips.c
--- tc-mips.c	2001/08/10 16:24:32	1.61
+++ tc-mips.c	2001/08/11 15:07:01
@@ -5789,7 +5789,7 @@
       R4000 uses interlocks to handle coproc delays.
       Other chips (like the R3000) require nops to be inserted for delays.
 
-      FIXME: Currently, we require that the user handles delays.
+      FIXME: Currently, we require that the user handle delays.
       In order to fill delay slots for non-interlocked chips,
       we must have a way to specify delays based on the coprocessor.
       Eg. 4 cycles if load coproc reg from memory, 1 if in cache, etc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]