]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/ChangeLog.1
typo typo fixes fixes
[thirdparty/gcc.git] / gcc / cp / ChangeLog.1
index 024a4e621269c184a36f2392220b6c332011968a..78fa17931e2708f74cb43caeda165128e3552c5a 100644 (file)
@@ -3529,7 +3529,7 @@ Thu Dec 15 15:17:55 1994  Mike Stump  <mrs@cygnus.com>
 
        * *.[chy] (expand_aggr_init) Add fourth argument to handle
        distinction between = init and (init) style of initializations.
-       * *.[chy] (finish_decl): Add fifth argument to to handle
+       * *.[chy] (finish_decl): Add fifth argument to handle
        distinction between = init and (init) style of initializations.
 
 Tue Dec 13 19:16:05 1994  Mike Stump  <mrs@cygnus.com>
@@ -5283,7 +5283,7 @@ Sat Jun 11 17:09:05 1994  Jason Merrill  <jason@deneb.cygnus.com>
        * decl.c (grok_op_properties): Split out checking for whether this
        function should suppress the default assignment operator.
        * decl2.c (grok_function_init): Likewise.
-       (copy_assignment_arg_p): New function do do just that.
+       (copy_assignment_arg_p): New function to do just that.
        Now considers virtual assignment operators that take a base as an
        argument to count as copy assignment operators.