From 8aa131b0aa0bc58bee6c61ed583da4048c8f722c Mon Sep 17 00:00:00 2001 From: jsm28 Date: Fri, 23 Nov 2001 16:29:02 +0000 Subject: * ChangeLog, docs/doxygen/maint.cfg.in, docs/doxygen/user.cfg.in, docs/doxygen/doxygroups.cc, docs/doxygen/Intro.3, docs/html/17_intro/BUGS, docs/html/17_intro/C++STYLE, docs/html/17_intro/CHECKLIST, docs/html/17_intro/DESIGN, docs/html/17_intro/howto.html, docs/html/17_intro/porting.html, docs/html/17_intro/porting.texi, docs/html/18_support/howto.html, docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html, docs/html/21_strings/howto.html, docs/html/23_containers/howto.html, docs/html/26_numerics/howto.html, docs/html/27_io/howto.html, docs/html/27_io/binary_iostreams_kuehl.txt, docs/html/ext/sgiexts.html, docs/html/faq/index.html, docs/html/faq/index.txt, testsuite/24_iterators/iterator.cc, include/bits/basic_file.h, include/bits/locale_facets.h, include/bits/locale_facets.tcc, include/bits/std_sstream.h, include/ext/ropeimpl.h, include/ext/stl_rope.h, libsupc++/tinfo.cc, libsupc++/cxxabi.h, libsupc++/typeinfo, libsupc++/eh_throw.cc, acinclude.m4, aclocal.m4, configure, configure.target, ChangeLog-2000: Fix spelling errors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47291 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/libsupc++/cxxabi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libstdc++-v3/libsupc++/cxxabi.h') diff --git a/libstdc++-v3/libsupc++/cxxabi.h b/libstdc++-v3/libsupc++/cxxabi.h index e695ce5a223..dd6b774116e 100644 --- a/libstdc++-v3/libsupc++/cxxabi.h +++ b/libstdc++-v3/libsupc++/cxxabi.h @@ -45,7 +45,7 @@ #ifdef __cplusplus // We use the compiler builtins __SIZE_TYPE__ and __PTRDIFF_TYPE__ instead of -// std::size_t and std::ptrdiff_t respectively. This makes us independant of +// std::size_t and std::ptrdiff_t respectively. This makes us independent of // the conformance level of and whether -fhonor-std was supplied. // is not currently available during compiler building anyway. // Including would be wrong, as that would rudely place size_t in @@ -363,7 +363,7 @@ protected: class __vmi_class_type_info : public __class_type_info { /* abi defined member variables */ public: - unsigned int __flags; /* details about the class heirarchy */ + unsigned int __flags; /* details about the class hierarchy */ unsigned int __base_count; /* number of direct bases */ __base_class_info const __base_info[1]; /* array of bases */ /* The array of bases uses the trailing array struct hack -- cgit v1.2.3