From: Jason Merrill Date: Mon, 4 Jan 2010 17:53:17 +0000 (-0500) Subject: fix comment typo X-Git-Tag: releases/gcc-4.5.0~1406 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5805e48d6cc083abada007038051beddf6953324;p=thirdparty%2Fgcc.git fix comment typo From-SVN: r155626 --- diff --git a/gcc/c-common.c b/gcc/c-common.c index 747e7051e3ea..7552077d280f 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -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);