(overflow_warning): Fix typo in warning message.

From-SVN: r11268
This commit is contained in:
Richard Kenner 1996-02-13 18:16:06 -05:00
parent 8ab0613ce7
commit f33f79c0fd

View File

@ -1357,7 +1357,7 @@ overflow_warning (value)
&& TREE_OVERFLOW (value))
{
TREE_OVERFLOW (value) = 0;
warning ("floating-pointer overflow in expression");
warning ("floating point overflow in expression");
}
}