summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/include/bits/fstream.tcc
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2011-12-21 16:36:07 +0000
committerpfg <pfg@FreeBSD.org>2011-12-21 16:36:07 +0000
commit5e6e71cda9cf20296c3b8e65a74dac893a0786af (patch)
tree6d4a4423e8ac0d52149d79b2dfeda7c9299a5f1e /contrib/libstdc++/include/bits/fstream.tcc
parentd9a69f25c9869a21e66cdf209e22ffb23d12a35f (diff)
downloadFreeBSD-src-5e6e71cda9cf20296c3b8e65a74dac893a0786af.zip
FreeBSD-src-5e6e71cda9cf20296c3b8e65a74dac893a0786af.tar.gz
Update libstdc++ with small updates from the latest rev. (135556)
from the gcc 4.2 branch. The libraries in the gcc-4_2-branch remained under the LGPLv2. The changes can be reproduced with the following command: svn diff svn://gcc.gnu.org/svn/gcc/branches/gcc-4_2-branch/libstdc++-v3 -r 127959:135556 Reviewed by: mm Approved by: jhb (mentor) MFC after: 2 weeks
Diffstat (limited to 'contrib/libstdc++/include/bits/fstream.tcc')
-rw-r--r--contrib/libstdc++/include/bits/fstream.tcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libstdc++/include/bits/fstream.tcc b/contrib/libstdc++/include/bits/fstream.tcc
index 5520f9b..ea097c6 100644
--- a/contrib/libstdc++/include/bits/fstream.tcc
+++ b/contrib/libstdc++/include/bits/fstream.tcc
@@ -194,7 +194,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
const bool __testin = _M_mode & ios_base::in;
if (__testin && !_M_writing)
{
- // Check for pback madness, and if so swich back to the
+ // Check for pback madness, and if so switch back to the
// normal buffers and jet outta here before expensive
// fileops happen...
_M_destroy_pback();
OpenPOWER on IntegriCloud