aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 8bdcbef48c0..bf7f19f6af6 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -917,7 +917,7 @@ expand_asm_operands (tree string, tree outputs, tree inputs,
/* APPLE LOCAL begin CW asm blocks. */
/* Crude way of detecting an entry static label declaration
- (See cw_asm_entry). Make this a local symbol. */
+ (See iasm_entry). Make this a local symbol. */
if (i == 0 && !TREE_CHAIN (tail)
&& strcmp (TREE_STRING_POINTER (string), "%0:") == 0
&& GET_CODE (op) == SYMBOL_REF)