aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2010-01-04 12:53:17 -0500
committerJason Merrill <jason@gcc.gnu.org>2010-01-04 12:53:17 -0500
commit5805e48d6cc083abada007038051beddf6953324 (patch)
tree14cc9590b97458ab1aa169b75c328a777af268ec /gcc/c-common.c
parent9708c51db0388b5b7efb3b73a2bf0b50c09d45a1 (diff)
downloadgcc-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.c2
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);