From 1a03d9675e10d1d69754966c2b5329dc0d1d04db Mon Sep 17 00:00:00 2001 From: Theodore Papadopoulo Date: Mon, 26 Jun 2000 01:20:30 +0200 Subject: [PATCH] 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 --- gcc/ChangeLog | 4 ++++ gcc/cp/ChangeLog | 4 ++++ gcc/cp/search.c | 4 ++-- gcc/gengenrtl.c | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8ba6736..ee15ce9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-06-25 Theodore Papadopoulo + + * gengenrtl.c (special_rtx): Fix typo in comment. + 2000-06-26 Michael Hayes * mklibgcc.in (LIB2FUNCS): Add missing space. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a50d1ab..43c2803 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2000-06-25 Theodore Papadopoulo + + * search.c (lookup_member): Fix typo in comment. + 2000-06-24 Jason Merrill * decl.c (pushdecl): Don't set DECL_CONTEXT from current_namespace. diff --git a/gcc/cp/search.c b/gcc/cp/search.c index 78fb5a4..bc8fd00 100644 --- a/gcc/cp/search.c +++ b/gcc/cp/search.c @@ -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 diff --git a/gcc/gengenrtl.c b/gcc/gengenrtl.c index 596c5e2..9e8bb24 100644 --- a/gcc/gengenrtl.c +++ b/gcc/gengenrtl.c @@ -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) -- 2.7.4