summaryrefslogtreecommitdiff
path: root/libio/iostream.texi
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-05-06 15:09:07 -0600
committerJeff Law <law@gcc.gnu.org>1998-05-06 15:09:07 -0600
commit38e012594edc0e7783e3e6d91960c91469df4164 (patch)
treee5214fcd8a05d4b329467434fcdea16f33d3ce7b /libio/iostream.texi
parentf103890ba552cf55c0aa79d35968db46785a94d0 (diff)
downloadgcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.gz
typo typo fixes fixes
From-SVN: r19601
Diffstat (limited to 'libio/iostream.texi')
-rw-r--r--libio/iostream.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/iostream.texi b/libio/iostream.texi
index 54ccced6e71..641cd7da22f 100644
--- a/libio/iostream.texi
+++ b/libio/iostream.texi
@@ -1595,7 +1595,7 @@ convenient, but it does cost some extra overhead.
If you set things up to use the implementation of @code{stdio} provided
with this library, then @code{cin}, @code{cout}, and @code{cerr} will be
-set up to to use @code{stdiobuf} objects, since you get their benefits
+set up to use @code{stdiobuf} objects, since you get their benefits
for free. @xref{Stdio,,C Input and Output}.
@ignore
@@ -1624,7 +1624,7 @@ If @var{mode} is @samp{ios::in}, standard output from the program is sent
to a pipe; you can read from the pipe by reading from the
@code{procbuf}. (This is similar to @w{@samp{popen(@var{command}, "r")}}.)
-If @var{mode} is @samp{ios::out}, output written written to the
+If @var{mode} is @samp{ios::out}, output written to the
@code{procbuf} is written to a pipe; the program is set up to read its
standard input from (the other end of) the pipe. (This is similar to
@w{@samp{popen(@var{command}, "w")}}.)