fix comment typo
authorJason Merrill <jason@gcc.gnu.org>
Mon, 4 Jan 2010 17:53:17 +0000 (12:53 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 4 Jan 2010 17:53:17 +0000 (12:53 -0500)
From-SVN: r155626

gcc/c-common.c

index 747e7051e3ea65be82704a8a37859566929c35ba..7552077d280f787efc50a19dc13194e9de80c266 100644 (file)
@@ -5658,7 +5658,7 @@ finish_label_address_expr (tree label, location_t loc)
     {
       TREE_USED (label) = 1;
       result = build1 (ADDR_EXPR, ptr_type_node, label);
-      /* The current function in not necessarily uninlinable.
+      /* The current function is not necessarily uninlinable.
         Computed gotos are incompatible with inlining, but the value
         here could be used only in a diagnostic, for example.  */
       protected_set_expr_location (result, loc);