From 0b0eaff093015bab43feb8181944b93476e122f5 Mon Sep 17 00:00:00 2001
From: Paolo Carlini
Date: Wed, 9 Feb 2011 13:17:52 +0000
Subject: [PATCH] io.xml: Fix typo.
2011-02-09 Paolo Carlini
* doc/xml/manual/io.xml: Fix typo.
* doc/html/manual/streambufs.html: Likewise.
From-SVN: r169966
---
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/doc/html/manual/streambufs.html | 2 +-
libstdc++-v3/doc/xml/manual/io.xml | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index a0b8d364c01c..eec7703cb90e 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-09 Paolo Carlini
+
+ * doc/xml/manual/io.xml: Fix typo.
+ * doc/html/manual/streambufs.html: Likewise.
+
2011-02-09 Paolo Carlini
* config/abi/pre/gnu.ver: Fix.
diff --git a/libstdc++-v3/doc/html/manual/streambufs.html b/libstdc++-v3/doc/html/manual/streambufs.html
index 26c5f3a7d0ba..92c148dfcdec 100644
--- a/libstdc++-v3/doc/html/manual/streambufs.html
+++ b/libstdc++-v3/doc/html/manual/streambufs.html
@@ -57,7 +57,7 @@
include/ext/*_filebuf.h
, and in this article by James Kanze:
Filtering
Streambufs.
-
First, are you sure that you understand buffering? Chaptericularly
+
First, are you sure that you understand buffering? Particularly
the fact that C++ may not, in fact, have anything to do with it?
The rules for buffering can be a little odd, but they aren't any
different from those of C. (Maybe that's why they can be a bit
diff --git a/libstdc++-v3/doc/xml/manual/io.xml b/libstdc++-v3/doc/xml/manual/io.xml
index 6378313b5931..339ac1f450f0 100644
--- a/libstdc++-v3/doc/xml/manual/io.xml
+++ b/libstdc++-v3/doc/xml/manual/io.xml
@@ -227,7 +227,7 @@
Buffering
- First, are you sure that you understand buffering? Chaptericularly
+ First, are you sure that you understand buffering? Particularly
the fact that C++ may not, in fact, have anything to do with it?
The rules for buffering can be a little odd, but they aren't any