From 3abbcbb1b3545984c380ec114fcc38093db048dc Mon Sep 17 00:00:00 2001
From: Phil Edwards
Date: Mon, 9 Jul 2001 21:47:36 +0000
Subject: [PATCH] configopts.html: Fix thinko.
2001-07-09 Phil Edwards
* docs/html/configopts.html: Fix thinko.
* docs/html/27_io/howto.html: Fix thinko and HTML markup.
* include/bits/stl_iterator.h: Fix typo.
From-SVN: r43878
---
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/docs/html/27_io/howto.html | 13 +++++++------
libstdc++-v3/docs/html/configopts.html | 6 +++---
libstdc++-v3/include/bits/stl_iterator.h | 2 +-
4 files changed, 17 insertions(+), 10 deletions(-)
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 0f51b444c03..83ca808f608 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2001-07-09 Phil Edwards
+
+ * docs/html/configopts.html: Fix thinko.
+ * docs/html/27_io/howto.html: Fix thinko and HTML markup.
+ * include/bits/stl_iterator.h: Fix typo.
+
2001-07-09 Phil Edwards
* docs/html/explanations.html: New file.
diff --git a/libstdc++-v3/docs/html/27_io/howto.html b/libstdc++-v3/docs/html/27_io/howto.html
index abb4c698aaf..2d7184f13bb 100644
--- a/libstdc++-v3/docs/html/27_io/howto.html
+++ b/libstdc++-v3/docs/html/27_io/howto.html
@@ -8,7 +8,7 @@
libstdc++-v3 HOWTO: Chapter 27
-
+
@@ -425,7 +425,7 @@
involve doing very little buffering for the standard streams, leaving
most of the buffering to the underlying C library. (This kind of
thing is tricky to get right.)
- The upside is that correctness is insured. The downside is that
+ The upside is that correctness is ensured. The downside is that
writing through cout can quite easily lead to awful
performance when the C++ I/O library is layered on top of the C I/O
library (as it is for 3.0 by default). Some patches are in the
@@ -447,9 +447,10 @@
company will become fully buffered on their own.
Note, by the way, that the synchronization requirement only applies to
- the standard streams (cin, cout, cerr, clog, and thier wide-character
- counterparts). File stream objects that you create yourself have no
- such requirement and are fully buffered.
+ the standard streams (cin, cout, cerr,
+ clog, and their wide-character counterparts). File stream
+ objects that you create yourself have no such requirement and are fully
+ buffered.
@@ -459,7 +460,7 @@
Comments and suggestions are welcome, and may be sent to
the mailing list.
- $Id: howto.html,v 1.5 2001/05/30 21:55:03 pme Exp $
+ $Id: howto.html,v 1.6 2001/07/09 19:37:01 pme Exp $
Forces old, short-jump/long-jump exception handling model. If
+
Forces old, set-jump/long-jump exception handling model. If
at all possible, the new, frame unwinding exception handling routines
should be used instead, as they significantly reduce both runtime
memory usage and executable size.
@@ -211,7 +211,7 @@ options
diff --git a/libstdc++-v3/include/bits/stl_iterator.h b/libstdc++-v3/include/bits/stl_iterator.h
index 2b71fab8333..7e7be72c418 100644
--- a/libstdc++-v3/include/bits/stl_iterator.h
+++ b/libstdc++-v3/include/bits/stl_iterator.h
@@ -320,7 +320,7 @@ namespace std
}
// This iterator adapter is 'normal' in the sense that it does not
- // change the semantics of any of the operators of its itererator
+ // change the semantics of any of the operators of its iterator
// parameter. Its primary purpose is to convert an iterator that is
// not a class, e.g. a pointer, into an iterator that is a class.
// The _Container parameter exists solely so that different containers
--
2.30.2