# HG changeset patch # User John W. Eaton # Date 1225213472 14400 # Node ID 54c25dc5b17dd2ec689d917571016f421c6e3176 # Parent 47a3d2f829e497be7dd4ed30b795195f3d28fb12 parse.y: fix comment diff --git a/src/parse.y b/src/parse.y --- a/src/parse.y +++ b/src/parse.y @@ -2619,8 +2619,8 @@ retval = new tree_function_def (fcn); } - // Clear any local variables that may have been added by - // while parsing (for example, by force_local_variable in lex.l). + // Clear any local variables that may have been added while + // parsing (for example, by force_local_variable in lex.l). symbol_table::clear_variables (fcn->scope ()); }