summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/search.c4
-rw-r--r--gcc/gengenrtl.c2
4 files changed, 11 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8ba6736ecbb..ee15ce9c5ab 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+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.
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a50d1ab1f70..43c2803e595 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+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.
diff --git a/gcc/cp/search.c b/gcc/cp/search.c
index 78fb5a44e82..bc8fd0023a5 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 596c5e23686..9e8bb24f751 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)