diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 21:09:07 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 21:09:07 +0000 |
commit | 3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092 (patch) | |
tree | e5214fcd8a05d4b329467434fcdea16f33d3ce7b /libio/streambuf.cc | |
parent | 0268b6e3fcd2080f0c1d198c1dec0a9f8fcf0eec (diff) | |
download | ppe42-gcc-3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092.tar.gz ppe42-gcc-3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092.zip |
typo typo fixes fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/streambuf.cc')
-rw-r--r-- | libio/streambuf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/streambuf.cc b/libio/streambuf.cc index 6be926b2372..057d1e6e4ce 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). */ |