diff options
author | a_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-12-22 01:11:07 +0000 |
---|---|---|
committer | a_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-12-22 01:11:07 +0000 |
commit | 06e2b610e5a044f3b919a6ceb849a6ff9bfe6dcc (patch) | |
tree | 120ad2cc5221cc78619efb51dd47d3f2443a2686 /defs | |
parent | 56034b17b6e7ba38b64b3b1f4262cda760c10618 (diff) | |
download | ruby-06e2b610e5a044f3b919a6ceb849a6ff9bfe6dcc.tar.gz |
* defs/opt_operand.def: Fix typo
s/configration/configuration/
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'defs')
-rw-r--r-- | defs/opt_operand.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defs/opt_operand.def b/defs/opt_operand.def index ab7103a421..887e3da49a 100644 --- a/defs/opt_operand.def +++ b/defs/opt_operand.def @@ -1,5 +1,5 @@ # -# configration file for operand union optimization +# configuration file for operand union optimization # # format: # [insn name] op1, op2 ... |