Commit c45df9c1 by Mark Mitchell Committed by Mark Mitchell

* decl.c (push_binding): Fix typo in comment.

From-SVN: r26349
parent 0383465a
1999-04-11 Mark Mitchell <mark@codesourcery.com>
* decl.c (push_binding): Fix typo in comment.
1999-04-10 Mark Mitchell <mark@codesourcery.com>
* error.c (dump_type_real): If a typename is a template-id, put
......
......@@ -1100,7 +1100,7 @@ push_binding (id, decl, level)
INHERITED_VALUE_BINDING_P (binding) = 0;
LOCAL_BINDING_P (binding) = (level != class_binding_level);
/* And put it on the front of the ilst of bindings for ID. */
/* And put it on the front of the list of bindings for ID. */
TREE_CHAIN (binding) = IDENTIFIER_BINDING (id);
IDENTIFIER_BINDING (id) = binding;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment