OSDN Git Service

2011-02-09 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Feb 2011 13:17:52 +0000 (13:17 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Feb 2011 13:17:52 +0000 (13:17 +0000)
* doc/xml/manual/io.xml: Fix typo.
* doc/html/manual/streambufs.html: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169966 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/doc/html/manual/streambufs.html
libstdc++-v3/doc/xml/manual/io.xml

index a0b8d36..eec7703 100644 (file)
@@ -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>
index 26c5f3a..92c148d 100644 (file)
@@ -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
index 6378313..339ac1f 100644 (file)
 
   <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