From: redi Date: Tue, 10 Nov 2015 11:12:33 +0000 (+0000) Subject: * include/bits/functional_hash.h: Fix grammar in comment. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e86ce8ed8c07f5c430bc2c8ec316e4818922e3a7;p=thirdparty%2Fgcc.git * include/bits/functional_hash.h: Fix grammar in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230097 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 36e787a8bdd0..540041d63ddd 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2015-11-10 Jonathan Wakely + + * include/bits/functional_hash.h: Fix grammar in comment. + 2015-11-09 François Dumont * include/bits/stl_algo.h diff --git a/libstdc++-v3/include/bits/functional_hash.h b/libstdc++-v3/include/bits/functional_hash.h index 88937bdc4afb..bc192c8dcfb0 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 struct __is_fast_hash : public std::true_type