summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-11-18 02:40:30 +0900
committerYusuke Endoh <mame@ruby-lang.org>2021-11-18 03:47:35 +0900
commite1f6ca1911083e83752d1f1a34d9dcfb90e1750f (patch)
tree227307029c3c7810f825e2d5b2f09cfd12b49c13 /compile.c
parent864ad8b5d7d3b96e3d24a05c5d8d8d1cc40f4b7a (diff)
compile.c: Fix typo
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index 9f31bcfd1b..81f31482fe 100644
--- a/compile.c
+++ b/compile.c
@@ -7901,7 +7901,7 @@ mandatory_node(const rb_iseq_t *iseq, const NODE *cond_node)
static int
compile_builtin_mandatory_only_method(rb_iseq_t *iseq, const NODE *node, const NODE *line_node)
{
- // argumens
+ // arguments
struct rb_args_info args = {
.pre_args_num = iseq->body->param.lead_num,
};