summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-11 06:37:25 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-11 06:37:25 +0000
commit0dfbb49a8350957c6af6f8fb43b297422df81095 (patch)
tree8475eb1828de1c47fa7946528e4ff6df6b07bb44
parent1485f3c168d984d02af6530bbe2202b55d24f212 (diff)
fixed a grammatical error
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog3
-rw-r--r--common.mk2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 678735efdf..70f2df4946 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Sat Jun 11 15:36:36 2011 Martin Duerst <duerst@it.aoyama.ac.jp>
+ * common.mk: fixed a grammatical error
+
Sat Jun 11 14:20:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* vm.c (thread_memsize): don't ignore size of th->local_storage.
diff --git a/common.mk b/common.mk
index 95c48db161..9b7ed3fc80 100644
--- a/common.mk
+++ b/common.mk
@@ -909,7 +909,7 @@ change: PHONY
$(BASERUBY) -C "$(srcdir)" ./tool/change_maker.rb $(CHANGES) > change.log
love: up all test install test-all
- @echo love is the all you need
+ @echo love is all you need
help: PHONY
$(MESSAGE_BEGIN) \