ruby-changes:41058
From: nobu <ko1@a...>
Date: Wed, 16 Dec 2015 00:39:41 +0900 (JST)
Subject: [ruby-changes:41058] nobu:r53133 (trunk): Fix typo [ci skip]
nobu 2015-12-16 00:39:20 +0900 (Wed, 16 Dec 2015) New Revision: 53133 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53133 Log: Fix typo [ci skip] * doc/extension.rdoc: [DOC] fix double-word typo. [Fix GH-1153] Modified files: trunk/ChangeLog trunk/doc/extension.rdoc Index: doc/extension.rdoc =================================================================== --- doc/extension.rdoc (revision 53132) +++ doc/extension.rdoc (revision 53133) @@ -1767,7 +1767,7 @@ barriers. Please carefully consider the https://github.com/ruby/ruby/blob/trunk/doc/extension.rdoc#L1767 Before inserting write barriers, you need to know about RGenGC algorithm (gc.c will help you). Macros and functions to insert write barriers are -available in in include/ruby/ruby.h. An example is available in iseq.c. +available in include/ruby/ruby.h. An example is available in iseq.c. For a complete guide for RGenGC and write barriers, please refer to <https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/RGenGC>. Index: ChangeLog =================================================================== --- ChangeLog (revision 53132) +++ ChangeLog (revision 53133) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Dec 16 00:39:27 2015 Jake Worth <jakeworth82@g...> + + * doc/extension.rdoc: [DOC] fix double-word typo. [Fix GH-1153] + Wed Dec 16 00:25:41 2015 Naohisa Goto <ngotogenome@g...> * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize): -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/