diff options
| author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-28 11:51:59 +0000 |
|---|---|---|
| committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-28 11:51:59 +0000 |
| commit | efe25f3e347c31deb867efc4fd09691c6dfb8209 (patch) | |
| tree | f4ed7ad6e9805c528d695793d824f6e604ab2856 /libstdc++-v3/include/std/mutex | |
| parent | 0336e76c3ddbef5044a8312415e252b6816da68c (diff) | |
| download | ppe42-gcc-efe25f3e347c31deb867efc4fd09691c6dfb8209.tar.gz ppe42-gcc-efe25f3e347c31deb867efc4fd09691c6dfb8209.zip | |
* include/bits/hashtable_policy.h (_Hashtable_ebo_helper): Fix
comment.
* include/std/mutex (__recursive_mutex_base): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198368 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/std/mutex')
| -rw-r--r-- | libstdc++-v3/include/std/mutex | 2 |
1 files changed, 1 insertions, 1 deletions
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: |

