Commit 1a03d967 by Theodore Papadopoulo Committed by Mark Mitchell

gengenrtl.c (special_rtx): Fix typo in comment.

    * gengenrtl.c (special_rtx): Fix typo in comment.

    * search.c (lookup_member): Fix typo in comment.

From-SVN: r34700
parent ece0fc8d
2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
* gengenrtl.c (special_rtx): Fix typo in comment.
2000-06-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* mklibgcc.in (LIB2FUNCS): Add missing space.
......
2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
* search.c (lookup_member): Fix typo in comment.
2000-06-24 Jason Merrill <jason@redhat.com>
* decl.c (pushdecl): Don't set DECL_CONTEXT from current_namespace.
......
......@@ -1504,8 +1504,8 @@ lookup_field_r (binfo, data)
return NULL_TREE;
}
/* Look for a memer named NAME in an inheritance lattice dominated by
XBASETYPE. PROTECT is 0 or two, we do not check access. If it is
/* Look for a member named NAME in an inheritance lattice dominated by
XBASETYPE. If PROTECT is 0 or two, we do not check access. If it is
1, we enforce accessibility. If PROTECT is zero, then, for an
ambiguous lookup, we return NULL. If PROTECT is 1, we issue an
error message. If PROTECT is 2, we return a TREE_LIST whose
......
......@@ -180,7 +180,7 @@ special_format (fmt)
/* Return nonzero if the RTL code given by index IDX is one that we should not
generate a gen_RTX_FOO function foo (because that function is present
elsewhere in the compiler. */
elsewhere in the compiler). */
static int
special_rtx (idx)
......
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