aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-19 15:55:01 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-19 15:55:01 +0000
commitdba4adb5c07d7fc7dc6fc6b144b68a60f35b3e63 (patch)
tree32412632c7f215ac9f0b4bf3e907147622868923 /common.mk
parentdca182f2c43f72e4b6003eee7e61dd4957c956ef (diff)
downloadruby-dba4adb5c07d7fc7dc6fc6b144b68a60f35b3e63.tar.gz
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index ed7924a83b..d854264b37 100644
--- a/common.mk
+++ b/common.mk
@@ -895,8 +895,8 @@ COMPARE_RUBY = $(BASERUBY)
ITEM =
OPTS =
-# You can pass several options through OPTS environmanent variable.
-# $ make benchmark OPTS="--help" displays more dtail.
+# You can pass several options through OPTS environment variable.
+# $ make benchmark OPTS="--help" displays more detail.
# for example,
# $ make benchmark COMPARE_RUBY="ruby-trunk" OPTS="-e ruby-2.2.2"
# This command compares trunk and built-ruby and 2.2.2