summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-01 12:00:07 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-01 12:00:07 +0000
commit6fee4909c8f58c83ae36a46857579cc5cd8c944f (patch)
tree1e697af3c561e70ca2e1fcded665074ea32003d6
parenta92a537bf4ada05a763ad3e43c9ebef0038643d8 (diff)
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2527832b3d..100ba42d51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,7 +50,7 @@ Fri Jul 1 12:11:01 2016 NARUSE, Yui <naruse@ruby-lang.org>
Fri Jul 1 04:32:52 2016 NARUSE, Yui <naruse@ruby-lang.org>
* .gdbinit (rb_ps_thread): show ruby level backtrace.
- Usually you can call `rb_ps` to show ruby leve backtraces
+ Usually you can call `rb_ps` to show ruby level backtraces
for all living threads.
Note that it can call with core file like `gcore <pid>`
and `gdb ruby core.<pid>`.