summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
authorKenichi Kamiya <[email protected]>2021-03-20 11:12:03 +0900
committerGitHub <[email protected]>2021-03-19 19:12:03 -0700
commit2d6617d32787a7815a699e5d991fc6a445c0c4d4 (patch)
tree68fac0d340e3bcd3ac8ec2b13d14682e2a2b44f0 /include/ruby
parent4ea9df0135d92706c556a58a4f6eb43ee4d08594 (diff)
Fix typos in rhash.h (#4292)
Notes
Notes: Merged-By: k0kubun <[email protected]>
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.