Fix a typo in comments

* ipa-inline-analysis.c (true_predicate_p): Fix a typo in comments.

From-SVN: r207398
This commit is contained in:
H.J. Lu 2014-02-02 14:09:36 +00:00 committed by H.J. Lu
parent 33425d6c94
commit 5e64bbbbf3
2 changed files with 5 additions and 1 deletions

View 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

View 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)