diff options
| author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-15 16:33:59 +0000 |
|---|---|---|
| committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-15 16:33:59 +0000 |
| commit | 7b96e840b11c4755e8b16a746c101a25d98562c2 (patch) | |
| tree | fb5c265ca6cbc7dc8bfdb3a994ed99c20cc046ce /libstdc++-v3/libsupc++ | |
| parent | 709dc99173b17adad3855e8501a709cb7733da9b (diff) | |
| download | ppe42-gcc-7b96e840b11c4755e8b16a746c101a25d98562c2.tar.gz ppe42-gcc-7b96e840b11c4755e8b16a746c101a25d98562c2.zip | |
2013-11-15 Ondřej Bílka <neleai@seznam.cz>
Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/xml/manual/build_hacking.xml: Fix documentation typos.
* doc/xml/manual/configure.xml: Likewise.
* include/bits/atomic_base.h: Fix typos in comments.
* include/bits/random.h: Likewise.
* include/ext/cast.h: Likewise.
* libsupc++/cxxabi.h: Likewise.
* testsuite/ext/pb_ds/example/hash_illegal_resize.cc: Likewise.
* testsuite/tr1/5_numerical_facilities/special_functions/testcase.h:
Likewise.
* testsuite/util/exception/safety.h: Likewise.
* testsuite/util/testsuite_containers.h: Likewise.
* testsuite/util/testsuite_hooks.cc: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204850 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/libsupc++')
| -rw-r--r-- | libstdc++-v3/libsupc++/cxxabi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/libsupc++/cxxabi.h b/libstdc++-v3/libsupc++/cxxabi.h index cf2c0602e5f..3e29fed57d2 100644 --- a/libstdc++-v3/libsupc++/cxxabi.h +++ b/libstdc++-v3/libsupc++/cxxabi.h @@ -144,7 +144,7 @@ namespace __cxxabiv1 void __cxa_deleted_virtual(void) __attribute__ ((__noreturn__)); - // Exception handling auxillary. + // Exception handling auxiliary. void __cxa_bad_cast() __attribute__((__noreturn__)); |

