From 4f4eaa27d19b7893414598dda427ed3a5539ec47 Mon Sep 17 00:00:00 2001
From: paolo
Date: Wed, 9 Feb 2011 13:17:52 +0000
Subject: 2011-02-09 Paolo Carlini
* 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 | 5 +++++
libstdc++-v3/doc/html/manual/streambufs.html | 2 +-
libstdc++-v3/doc/xml/manual/io.xml | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
(limited to 'libstdc++-v3')
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index a0b8d364c01..eec7703cb90 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 26c5f3a7d0b..92c148dfcde 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 6378313b593..339ac1f450f 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
--
cgit v1.2.1