aboutsummaryrefslogtreecommitdiff
path: root/libio/streambuf.cc
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/streambuf.cc
parentf103890ba552cf55c0aa79d35968db46785a94d0 (diff)
downloadgcc-38e012594edc0e7783e3e6d91960c91469df4164.zip
gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.gz
gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.bz2
typo typo fixes fixes
From-SVN: r19601
Diffstat (limited to 'libio/streambuf.cc')
-rw-r--r--libio/streambuf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/streambuf.cc b/libio/streambuf.cc
index 6be926b..057d1e6 100644
--- a/libio/streambuf.cc
+++ b/libio/streambuf.cc
@@ -179,7 +179,7 @@ static _IO_FILE* _IO_sb_setbuf(_IO_FILE *fp, char *buf, _IO_ssize_t n)
virtual function, so that C functions can access (potentially user-defined)
streambuf-derived objects.
Contrast the builtinbuf class, which does the converse: Allow
- C++ virtual calls to to be used on _IO_FILE objects that are builtin
+ C++ virtual calls to be used on _IO_FILE objects that are builtin
(or defined by C code). */