summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/basic_hash.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl/basic_hash.hpp')
-rw-r--r--include/ocl/basic_hash.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ocl/basic_hash.hpp b/include/ocl/basic_hash.hpp
index 3704bff..a6978fc 100644
--- a/include/ocl/basic_hash.hpp
+++ b/include/ocl/basic_hash.hpp
@@ -12,7 +12,7 @@
/// @brief OCL equivalence namespace.
namespace ocl
{
- /// \brief Hash helper.
+ /// \brief Hash helper.
template <class T>
struct basic_hash
{
@@ -26,7 +26,7 @@ namespace ocl
}
};
- /// \brief For all boolean types, return false as they are not hashable
+ /// \brief For all boolean types, return false as they are not hashable
template <>
struct basic_hash<bool>
{