aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortmm1 <tmm1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-16 02:51:25 +0000
committertmm1 <tmm1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-16 02:51:25 +0000
commitd87de0851216cf0a104748b8e139b73f59758c60 (patch)
treeb34d883cc1278be23bc4c74df0a2d3b856c04bc3
parentef6c90f463fb20fbad0bb1ab022e4b979516a0f1 (diff)
downloadruby-d87de0851216cf0a104748b8e139b73f59758c60.tar.gz
typo: wheb -> when
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 770ba66cd5..5a995d632f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Mon Dec 16 11:49:26 2013 Aman Gupta <ruby@tmm1.net>
- * gc.c (gc_info_decode): Fix build errors wheb compiled with
+ * gc.c (gc_info_decode): Fix build errors when compiled with
RGENGC_ESTIMATE_OLDMALLOC=0
* gc.c (objspace_malloc_increase): ditto