From 2d6617d32787a7815a699e5d991fc6a445c0c4d4 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Sat, 20 Mar 2021 11:12:03 +0900 Subject: [PATCH] Fix typos in rhash.h (#4292) --- include/ruby/internal/core/rhash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.