summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-28 13:47:45 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-28 13:47:45 +0000
commitf19fac1dd25156e5038d9ebbd375d2a8c8815739 (patch)
tree2d95d0b23206f407f0bc3219ba9e8cf54fcd1d3d /bootstraptest
parent3439cc85ea41d3f4b8a0bf1125c0cd5384e9dba8 (diff)
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_insns.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_insns.rb b/bootstraptest/test_insns.rb
index fbc1072fe9..83457e0653 100644
--- a/bootstraptest/test_insns.rb
+++ b/bootstraptest/test_insns.rb
@@ -222,7 +222,7 @@ tests = [
x
},
[ 'jump', <<~'},', ], # {
- # ultra complicated situation: this ||= assinment only generates
+ # ultra complicated situation: this ||= assignment only generates
# 15 instructions, not including the class definition.
class X; attr_accessor :x; end
x = X.new