summaryrefslogtreecommitdiff
path: root/iseq.c
diff options
context:
space:
mode:
Diffstat (limited to 'iseq.c')
-rw-r--r--iseq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iseq.c b/iseq.c
index f553720980..3dfc390397 100644
--- a/iseq.c
+++ b/iseq.c
@@ -2336,7 +2336,7 @@ rb_iseqw_local_variables(VALUE iseqval)
* iseq.to_binary(extra_data = nil) -> binary str
*
* Returns serialized iseq binary format data as a String object.
- * A correspnding iseq object is created by
+ * A corresponding iseq object is created by
* RubyVM::InstructionSequence.load_from_binary() method.
*
* String extra_data will be saved with binary data.