aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2015-11-10 11:12:33 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2015-11-10 11:12:33 +0000
commitfb9333352b384e007d9b05f674d4fb452d3d7019 (patch)
tree2cc365c4c629fed0ba42d6051a6bb94dba91ea6e
parent94852c8ec4eef2ad17846c714e469ea000127dec (diff)
downloadgcc-fb9333352b384e007d9b05f674d4fb452d3d7019.zip
gcc-fb9333352b384e007d9b05f674d4fb452d3d7019.tar.gz
gcc-fb9333352b384e007d9b05f674d4fb452d3d7019.tar.bz2
* include/bits/functional_hash.h: Fix grammar in comment.
From-SVN: r230097
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/include/bits/functional_hash.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 36e787a..540041d 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-10 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/bits/functional_hash.h: Fix grammar in comment.
+
2015-11-09 François Dumont <fdumont@gcc.gnu.org>
* include/bits/stl_algo.h
diff --git a/libstdc++-v3/include/bits/functional_hash.h b/libstdc++-v3/include/bits/functional_hash.h
index 88937bd..bc192c8 100644
--- a/libstdc++-v3/include/bits/functional_hash.h
+++ b/libstdc++-v3/include/bits/functional_hash.h
@@ -239,9 +239,9 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
// @} group hashes
- // Hint about performance of hash functor. If not fast the hash based
+ // Hint about performance of hash functor. If not fast the hash-based
// containers will cache the hash code.
- // Default behavior is to consider that hasher are fast unless specified
+ // Default behavior is to consider that hashers are fast unless specified
// otherwise.
template<typename _Hash>
struct __is_fast_hash : public std::true_type