gengenrtl.c (special_rtx): Fix typo in comment.
authorTheodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
Sun, 25 Jun 2000 23:20:30 +0000 (01:20 +0200)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 25 Jun 2000 23:20:30 +0000 (23:20 +0000)
    * gengenrtl.c (special_rtx): Fix typo in comment.

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

From-SVN: r34700

gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/search.c
gcc/gengenrtl.c

index 8ba6736..ee15ce9 100644 (file)
@@ -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.
index a50d1ab..43c2803 100644 (file)
@@ -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.
index 78fb5a4..bc8fd00 100644 (file)
@@ -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
index 596c5e2..9e8bb24 100644 (file)
@@ -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)