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 8ba6736ecbb85cbeeb2e691d9f2a0385bd219762..ee15ce9c5ab44557849666f057df6316d81fc60f 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 a50d1ab1f700b58ddcc3a49e4cd50c62f40fed7d..43c2803e5956791036113e9ac7af60c2eb42a0c3 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 78fb5a44e82adb257e1a4e7ee58ed9156ffec36a..bc8fd0023a51379424991026438495166a14cb87 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 596c5e236861c6871d6dd75f585100544f60f776..9e8bb24f751979f0c42355d17e8ca3c23cb1093e 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)