summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/doc/trouble.texi
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/doc/trouble.texi')
-rw-r--r--contrib/gcc/doc/trouble.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/doc/trouble.texi b/contrib/gcc/doc/trouble.texi
index 4a8f0c3..a7e4200 100644
--- a/contrib/gcc/doc/trouble.texi
+++ b/contrib/gcc/doc/trouble.texi
@@ -993,7 +993,7 @@ inside @samp{func} in the example).
g++ implements the ``intuitive'' algorithm for copy-assignment: assign all
direct bases, then assign all members. In that algorithm, the virtual
-base subobject can be encountered many times. In the example, copying
+base subobject can be encountered more than once. In the example, copying
proceeds in the following order: @samp{val}, @samp{name} (via
@code{strdup}), @samp{bval}, and @samp{name} again.
OpenPOWER on IntegriCloud