aboutsummaryrefslogtreecommitdiffstats
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
commit7a2833257682dd888ec080b89667dc218bab1b4f (patch)
tree2d95d0b23206f407f0bc3219ba9e8cf54fcd1d3d /bootstraptest
parent08a73ea4ae1c02e13bbf4ea579a939ac8551cf91 (diff)
downloadruby-7a2833257682dd888ec080b89667dc218bab1b4f.tar.gz
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