From 21a67a883337d626516df63abf1937cd47c694dc Mon Sep 17 00:00:00 2001
From: kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed, 2 Nov 2005 17:53:14 +0000
Subject: [PATCH] (tree_int_cst_sgn): Fix typo in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106387 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/tree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/tree.c b/gcc/tree.c
index 946bf90044ea..48375d7f32d1 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)
-- 
GitLab