diff --git a/hash.c b/hash.c
index 13a63f6e9c..3a8dfd5917 100644
--- a/hash.c
+++ b/hash.c
@@ -6792,7 +6792,7 @@ static const rb_data_type_t env_data_type = {
*
* ==== User-Defined +Hash+ Keys
*
- * To be useable as a +Hash+ key, objects must implement the methods hash
and eql?
.
+ * To be usable as a +Hash+ key, objects must implement the methods hash
and eql?
.
* Note: this requirement does not apply if the +Hash+ uses #compare_by_identity since comparison will then
* rely on the keys' object id instead of hash
and eql?
.
*