Skip to content

Commit

Permalink
Fix typo [ci skip]
Browse files Browse the repository at this point in the history
* doc/extension.rdoc: [DOC] fix double-word typo.  [Fix rubyGH-1153]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Dec 15, 2015
1 parent 5987e6a commit 00f9a74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Wed Dec 16 00:39:27 2015 Jake Worth <[email protected]>

* doc/extension.rdoc: [DOC] fix double-word typo. [Fix GH-1153]

Wed Dec 16 00:25:41 2015 Naohisa Goto <[email protected]>

* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize):
Expand Down
2 changes: 1 addition & 1 deletion doc/extension.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -1767,7 +1767,7 @@ barriers. Please carefully consider the risks.

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>.
Expand Down

0 comments on commit 00f9a74

Please sign in to comment.