From d872e4aa7018fe79f1199e52bbcae0070128a561 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Sun, 28 Apr 2013 11:51:59 +0000 Subject: [PATCH] hashtable_policy.h (_Hashtable_ebo_helper): Fix comment. * include/bits/hashtable_policy.h (_Hashtable_ebo_helper): Fix comment. * include/std/mutex (__recursive_mutex_base): Likewise. From-SVN: r198368 --- libstdc++-v3/ChangeLog | 6 ++++++ libstdc++-v3/include/bits/hashtable_policy.h | 4 ++-- libstdc++-v3/include/std/mutex | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index bb2bb8672ce..74af1e10e34 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2013-04-28 Jonathan Wakely + + * include/bits/hashtable_policy.h (_Hashtable_ebo_helper): Fix + comment. + * include/std/mutex (__recursive_mutex_base): Likewise. + 2013-04-28 Jonathan Wakely PR libstdc++/51365 diff --git a/libstdc++-v3/include/bits/hashtable_policy.h b/libstdc++-v3/include/bits/hashtable_policy.h index 1cf6cb2ec53..1c76af0ac66 100644 --- a/libstdc++-v3/include/bits/hashtable_policy.h +++ b/libstdc++-v3/include/bits/hashtable_policy.h @@ -844,8 +844,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION /** * Primary class template _Hashtable_ebo_helper. * - * Helper class using EBO when it is not forbidden, type is not - * final, and when it worth it, type is empty. + * Helper class using EBO when it is not forbidden (the type is not + * final) and when it is worth it (the type is empty.) */ template diff --git a/libstdc++-v3/include/std/mutex b/libstdc++-v3/include/std/mutex index 67f34185deb..3c666c19e50 100644 --- a/libstdc++-v3/include/std/mutex +++ b/libstdc++-v3/include/std/mutex @@ -78,7 +78,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION __mutex_base& operator=(const __mutex_base&) = delete; }; - // Common base class for std::recursive_mutex and std::timed_recursive_mutex + // Common base class for std::recursive_mutex and std::recursive_timed_mutex class __recursive_mutex_base { protected: