aboutsummaryrefslogtreecommitdiff
path: root/libstdc++
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-05-06 15:09:07 -0600
committerJeff Law <law@gcc.gnu.org>1998-05-06 15:09:07 -0600
commit38e012594edc0e7783e3e6d91960c91469df4164 (patch)
treee5214fcd8a05d4b329467434fcdea16f33d3ce7b /libstdc++
parentf103890ba552cf55c0aa79d35968db46785a94d0 (diff)
downloadgcc-38e012594edc0e7783e3e6d91960c91469df4164.zip
gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.gz
gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.bz2
typo typo fixes fixes
From-SVN: r19601
Diffstat (limited to 'libstdc++')
-rw-r--r--libstdc++/stl/pthread_alloc2
-rw-r--r--libstdc++/stl/ropeimpl.h2
-rw-r--r--libstdc++/stl/stl_alloc.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++/stl/pthread_alloc b/libstdc++/stl/pthread_alloc
index 71df3d3..4ca9d9e 100644
--- a/libstdc++/stl/pthread_alloc
+++ b/libstdc++/stl/pthread_alloc
@@ -63,7 +63,7 @@ private:
// Returns an object of size n, and optionally adds to size n free list.
void *refill(size_t n);
- // Allocates a chunk for nobjs of size size. nobjs may be reduced
+ // Allocates a chunk for nobjs of size "size". nobjs may be reduced
// if it is inconvenient to allocate the requested number.
static char *chunk_alloc(size_t size, int &nobjs);
diff --git a/libstdc++/stl/ropeimpl.h b/libstdc++/stl/ropeimpl.h
index d652c81..b4af525 100644
--- a/libstdc++/stl/ropeimpl.h
+++ b/libstdc++/stl/ropeimpl.h
@@ -838,7 +838,7 @@ inline bool __rope_insert_char_consumer<char>::operator()
}
#if !defined(_MSC_VER) && !defined(__BORLANDC__)
-// I couldn't get this to work work with the VC++ version of basic_ostream.
+// I couldn't get this to work with the VC++ version of basic_ostream.
inline bool __rope_insert_char_consumer<wchar_t>::operator()
(const wchar_t * leaf, size_t n)
{
diff --git a/libstdc++/stl/stl_alloc.h b/libstdc++/stl/stl_alloc.h
index 0f2ba28..2c3de40 100644
--- a/libstdc++/stl/stl_alloc.h
+++ b/libstdc++/stl/stl_alloc.h
@@ -342,7 +342,7 @@ private:
// Returns an object of size n, and optionally adds to size n free list.
static void *refill(size_t n);
- // Allocates a chunk for nobjs of size size. nobjs may be reduced
+ // Allocates a chunk for nobjs of size "size". nobjs may be reduced
// if it is inconvenient to allocate the requested number.
static char *chunk_alloc(size_t size, int &nobjs);