]> gcc.gnu.org Git - gcc.git/commitdiff
hashtable_policy.h (_Hashtable_ebo_helper): Fix comment.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Sun, 28 Apr 2013 11:51:59 +0000 (11:51 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sun, 28 Apr 2013 11:51:59 +0000 (12:51 +0100)
* include/bits/hashtable_policy.h (_Hashtable_ebo_helper): Fix
comment.
* include/std/mutex (__recursive_mutex_base): Likewise.

From-SVN: r198368

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/hashtable_policy.h
libstdc++-v3/include/std/mutex

index bb2bb8672ce05387b518d46abd05534c7729c308..74af1e10e34192400a9dd33cad0066088dd1acd8 100644 (file)
@@ -1,3 +1,9 @@
+2013-04-28  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * include/bits/hashtable_policy.h (_Hashtable_ebo_helper): Fix
+       comment.
+       * include/std/mutex (__recursive_mutex_base): Likewise.
+
 2013-04-28  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        PR libstdc++/51365
index 1cf6cb2ec53a401d5f676c21fbcd9caef001fc1b..1c76af0ac668e0d25494980a5eac5225dfc37f3f 100644 (file)
@@ -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<int _Nm, typename _Tp,
           bool __use_ebo = !__is_final(_Tp) && __is_empty(_Tp)>
index 67f34185deb185ba7fd70f61e1895ff9fc9cc583..3c666c19e5028bf465785f1fae317f9c23a2ae8f 100644 (file)
@@ -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:
This page took 0.063769 seconds and 5 git commands to generate.