Checked in under the 'obvious fix rule'

2006-05-19  Fred Fish  <fnf@specifix.com>
	* Makefile.in: Fix spelling of 'explicitly' and 'explicit'.
	* dwarfread.c: Fix spelling of 'unexpected'.
	* mips-tdep.c: Fix spelling of 'possible' and 'Determine'.
	* stack.c: Fix spelling of 'RETURN_VALUE'.
This commit is contained in:
Fred Fish
2006-05-19 20:42:47 +00:00
parent 4d345610f7
commit a1f5b8454c
5 changed files with 13 additions and 6 deletions

View File

@ -1829,7 +1829,7 @@ If you continue, the return value that you specified will be ignored.\n";
frame). */
frame_pop (get_current_frame ());
/* Store RETURN_VAUE in the just-returned register set. */
/* Store RETURN_VALUE in the just-returned register set. */
if (return_value != NULL)
{
struct type *return_type = value_type (return_value);