(tree_int_cst_sgn): Fix typo in comment.

From-SVN: r106387
This commit is contained in:
Richard Kenner 2005-11-02 12:53:14 -05:00
parent 3d8aa000c3
commit f85f1ca7b8

View file

@ -4406,7 +4406,7 @@ tree_int_cst_msb (tree t)
/* Return an indication of the sign of the integer constant T.
The return value is -1 if T < 0, 0 if T == 0, and 1 if T > 0.
Note that -1 will never be returned it T's type is unsigned. */
Note that -1 will never be returned if T's type is unsigned. */
int
tree_int_cst_sgn (tree t)