diff options
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r-- | gcc/integrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c index d45bbfc..82e8114 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -191,7 +191,7 @@ function_cannot_inline_p (tree fndecl) if (current_function_cannot_inline) return current_function_cannot_inline; - /* If its not even close, don't even look. */ + /* If it's not even close, don't even look. */ if (get_max_uid () > 3 * max_insns) return N_("function too large to be inline"); |