* include/bits/functional_hash.h: Fix grammar in comment.
authorJonathan Wakely <jwakely@redhat.com>
Tue, 10 Nov 2015 11:12:33 +0000 (11:12 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 10 Nov 2015 11:12:33 +0000 (11:12 +0000)
From-SVN: r230097

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/functional_hash.h

index 36e787a8bdd017f17888eca5e9276fbb19c093dd..540041d63dddea2b49d0f59c75e5d1083ed22180 100644 (file)
@@ -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
index 88937bdc4afb3ff27086643a0e290de125169dc9..bc192c8dcfb01af869bd7e6621515ef6f55b30de 100644 (file)
@@ -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