* mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
+2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
+
+ * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
+
2001-01-04 Nicholas Duffek <nsd@redhat.com>
* valops.c (VALUE_SUBSTRING_START): Delete.
}
-/* If the current gcc for for this target does not produce correct debugging
+/* If the current gcc for this target does not produce correct debugging
information for float parameters, both prototyped and unprototyped, then
define this macro. This forces gdb to always assume that floats are
passed as doubles and then converted in the callee.