summaryrefslogtreecommitdiff
path: root/tool/ruby_vm/scripts
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-10 01:00:21 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-10 01:00:21 +0000
commit2340d5e7eaafc6fe08ae58437bf6d4f5b9250ad2 (patch)
treed768af78aa2bdc43c887f314f3f833a411277b4b /tool/ruby_vm/scripts
parenta3ecb0f82db148b8da992b506a4d2081460851ac (diff)
Fixed typos.
* tool/ruby_vm/loaders/opt_operand_def.rb: grammer -> grammar * tool/ruby_vm/scripts/insns2vm.rb: beginnig -> beginning git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/ruby_vm/scripts')
-rw-r--r--tool/ruby_vm/scripts/insns2vm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/ruby_vm/scripts/insns2vm.rb b/tool/ruby_vm/scripts/insns2vm.rb
index 8acbe94104..1083e42b8e 100644
--- a/tool/ruby_vm/scripts/insns2vm.rb
+++ b/tool/ruby_vm/scripts/insns2vm.rb
@@ -24,7 +24,7 @@ def generate_parser
OptionParser.new do |this|
this.on "-I", "--srcdir=DIR", <<'end'
Historically this option has been passed to the script. This is
- supposedly because at the beginnig the script was placed outside
+ supposedly because at the beginning the script was placed outside
of the ruby source tree. Decades passed since the merge of
YARV, now I can safely assume this feature is obsolescent. Just
ignore the passed value here.