aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/util/exception
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-11-15 17:33:59 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2013-11-15 16:33:59 +0000
commit64e1ab11680d7fe72372d70add25ee519406d3d1 (patch)
treefb5c265ca6cbc7dc8bfdb3a994ed99c20cc046ce /libstdc++-v3/testsuite/util/exception
parentff90a89e480d318bbb1a09fca1ea76c1a86e3ebb (diff)
downloadgcc-64e1ab11680d7fe72372d70add25ee519406d3d1.zip
gcc-64e1ab11680d7fe72372d70add25ee519406d3d1.tar.gz
gcc-64e1ab11680d7fe72372d70add25ee519406d3d1.tar.bz2
build_hacking.xml: Fix documentation typos.
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. Co-Authored-By: Jonathan Wakely <jwakely.gcc@gmail.com> From-SVN: r204850
Diffstat (limited to 'libstdc++-v3/testsuite/util/exception')
-rw-r--r--libstdc++-v3/testsuite/util/exception/safety.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/util/exception/safety.h b/libstdc++-v3/testsuite/util/exception/safety.h
index ca31179..eaefc93 100644
--- a/libstdc++-v3/testsuite/util/exception/safety.h
+++ b/libstdc++-v3/testsuite/util/exception/safety.h
@@ -1198,7 +1198,7 @@ namespace __gnu_test
try
{
// An exception while assigning might leave the container empty
- // making future attemps less relevant. So we copy it before to
+ // making future attempts less relevant. So we copy it before to
// always assign to a non empty container. It also check for copy
// constructor exception safety at the same time.
_Tp __clone(__container);