summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby')
-rw-r--r--include/ruby/internal/core/rhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/core/rhash.h b/include/ruby/internal/core/rhash.h
index 9bedf0af80..cffd0b28ce 100644
--- a/include/ruby/internal/core/rhash.h
+++ b/include/ruby/internal/core/rhash.h
@@ -21,7 +21,7 @@
* @brief Routines to manipulate struct ::RHash.
*
* Shyouhei really suffered agnish over placement of macros in this file. They
- * are half-brken. The situation (as of wriring) is:
+ * are half-broken. The situation (as of writing) is:
*
* - #RHASH_TBL: works.
* - #RHASH_ITER_LEV: compile-time error.