aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Carlini <paolo.carlini@oracle.com>2011-02-09 13:17:52 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2011-02-09 13:17:52 +0000
commit0b0eaff093015bab43feb8181944b93476e122f5 (patch)
tree48d4955959697ff96e68a8bf44296b23c89d361c
parent0a6b921d6ebc114954c5e7ceee37b456c41e5d0e (diff)
downloadgcc-0b0eaff093015bab43feb8181944b93476e122f5.zip
gcc-0b0eaff093015bab43feb8181944b93476e122f5.tar.gz
gcc-0b0eaff093015bab43feb8181944b93476e122f5.tar.bz2
io.xml: Fix typo.
2011-02-09 Paolo Carlini <paolo.carlini@oracle.com> * doc/xml/manual/io.xml: Fix typo. * doc/html/manual/streambufs.html: Likewise. From-SVN: r169966
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/doc/html/manual/streambufs.html2
-rw-r--r--libstdc++-v3/doc/xml/manual/io.xml2
3 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index a0b8d36..eec7703 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,10 @@
2011-02-09 Paolo Carlini <paolo.carlini@oracle.com>
+ * doc/xml/manual/io.xml: Fix typo.
+ * doc/html/manual/streambufs.html: Likewise.
+
+2011-02-09 Paolo Carlini <paolo.carlini@oracle.com>
+
* config/abi/pre/gnu.ver: Fix.
2011-02-08 Benjamin Kosnik <bkoz@redhat.com>
diff --git a/libstdc++-v3/doc/html/manual/streambufs.html b/libstdc++-v3/doc/html/manual/streambufs.html
index 26c5f3a..92c148d 100644
--- a/libstdc++-v3/doc/html/manual/streambufs.html
+++ b/libstdc++-v3/doc/html/manual/streambufs.html
@@ -57,7 +57,7 @@
<code class="code">include/ext/*_filebuf.h</code>, and in this article by James Kanze:
<a class="link" href="http://kanze.james.neuf.fr/articles/fltrsbf1.html">Filtering
Streambufs</a>.
- </p></div><div class="section" title="Buffering"><div class="titlepage"><div><div><h3 class="title"><a id="io.streambuf.buffering"/>Buffering</h3></div></div></div><p>First, are you sure that you understand buffering? Chaptericularly
+ </p></div><div class="section" title="Buffering"><div class="titlepage"><div><div><h3 class="title"><a id="io.streambuf.buffering"/>Buffering</h3></div></div></div><p>First, are you sure that you understand buffering? Particularly
the fact that C++ may not, in fact, have anything to do with it?
</p><p>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 6378313..339ac1f 100644
--- a/libstdc++-v3/doc/xml/manual/io.xml
+++ b/libstdc++-v3/doc/xml/manual/io.xml
@@ -227,7 +227,7 @@
<section xml:id="io.streambuf.buffering" xreflabel="Buffering"><info><title>Buffering</title></info>
- <para>First, are you sure that you understand buffering? Chaptericularly
+ <para>First, are you sure that you understand buffering? Particularly
the fact that C++ may not, in fact, have anything to do with it?
</para>
<para>The rules for buffering can be a little odd, but they aren't any