From: Richard Kenner Date: Wed, 2 Nov 2005 17:53:14 +0000 (-0500) Subject: (tree_int_cst_sgn): Fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f85f1ca7b80e46fd145be68f0dffc87f661656ec;p=gcc.git (tree_int_cst_sgn): Fix typo in comment. From-SVN: r106387 --- diff --git a/gcc/tree.c b/gcc/tree.c index 946bf90044e..48375d7f32d 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -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)