This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
[patch] Tweak comments in libstdc++ header
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Tue, 10 Nov 2015 11:12:41 +0000
- Subject: [patch] Tweak comments in libstdc++ header
- Authentication-results: sourceware.org; auth=none
Minor grammatical fix. Committed to trunk.
commit 1d82192ff38f4d0777ed57e8c05f3d1659e98649
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Tue Nov 10 08:41:57 2015 +0000
* include/bits/functional_hash.h: Fix grammar in comment.
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