tweak comments
authorJason Merrill <jason@gcc.gnu.org>
Wed, 15 Dec 1999 19:33:38 +0000 (14:33 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 15 Dec 1999 19:33:38 +0000 (14:33 -0500)
From-SVN: r30961

gcc/cp/optimize.c

index 5dcecf143d5c114a278a125195fab95605624170..2177e4af8ef0432e07c72f1bb578aa76a5ee5974 100644 (file)
@@ -488,7 +488,7 @@ inlinable_function_p (fn, id)
          inlinable = 0;
     }
 
-  /* We can inline a template instantiation only if its fully
+  /* We can inline a template instantiation only if it's fully
      instantiated.  */
   if (inlinable
       && DECL_TEMPLATE_INFO (fn) 
@@ -502,7 +502,7 @@ inlinable_function_p (fn, id)
   return inlinable;
 }
 
-/* If *TP is CALL_EXPR, replace it with its inline expansion.  */
+/* If *TP is CALL_EXPR, replace it with its inline expansion.  */
 
 static tree
 expand_call_inline (tp, walk_subtrees, data)