summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
authorydah <[email protected]>2024-09-26 21:13:45 +0900
committerHiroshi SHIBATA <[email protected]>2024-09-27 09:58:17 +0900
commita50a7c70702c51cca9058b1f070a8e32c64b9774 (patch)
tree73599994b36b077ee7542c5f71e0afb44d258977 /proc.c
parent0209b9554dc86b95018b454d81ad48d1a9c6af27 (diff)
s/erorr/error/
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/11697
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index fd1edb2bdc..b1956bb346 100644
--- a/proc.c
+++ b/proc.c
@@ -840,7 +840,7 @@ f_lambda_filter_non_literal(void)
VALUE block_handler = rb_vm_frame_block_handler(cfp);
if (block_handler == VM_BLOCK_HANDLER_NONE) {
- // no block erorr raised else where
+ // no block error raised else where
return;
}