]> gcc.gnu.org Git - gcc.git/commitdiff
Fix a typo in comments
authorH.J. Lu <hongjiu.lu@intel.com>
Sun, 2 Feb 2014 14:09:36 +0000 (14:09 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Sun, 2 Feb 2014 14:09:36 +0000 (06:09 -0800)
* ipa-inline-analysis.c (true_predicate_p): Fix a typo in comments.

From-SVN: r207398

gcc/ChangeLog
gcc/ipa-inline-analysis.c

index cc4369658fd7134c6c98e4a956e7f190042223e3..0825c365af4dbd4cded4f5001c8e6c831f064be2 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ipa-inline-analysis.c (true_predicate_p): Fix a typo in comments.
+
 2014-02-01  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/60003
index 9a4c6df2cb340c6e10c289ad43e8f769a3b87c42..ffb8264a459e48caac74d1cef9dc7e2f8a0d552d 100644 (file)
@@ -189,7 +189,7 @@ false_predicate (void)
 }
 
 
-/* Return true if P is (false).  */
+/* Return true if P is (true).  */
 
 static inline bool
 true_predicate_p (struct predicate *p)
This page took 0.075223 seconds and 5 git commands to generate.