Commit f85f1ca7 by Richard Kenner

(tree_int_cst_sgn): Fix typo in comment.

From-SVN: r106387
parent 3d8aa000
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment