diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2010-01-04 12:53:17 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2010-01-04 12:53:17 -0500 |
commit | 5805e48d6cc083abada007038051beddf6953324 (patch) | |
tree | 14cc9590b97458ab1aa169b75c328a777af268ec /gcc/c-common.c | |
parent | 9708c51db0388b5b7efb3b73a2bf0b50c09d45a1 (diff) | |
download | gcc-5805e48d6cc083abada007038051beddf6953324.zip gcc-5805e48d6cc083abada007038051beddf6953324.tar.gz gcc-5805e48d6cc083abada007038051beddf6953324.tar.bz2 |
fix comment typo
From-SVN: r155626
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 747e705..7552077 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); |