From 43112104dffdcee69628d60dd78d761e8ea650ae Mon Sep 17 00:00:00 2001 From: normal Date: Thu, 13 Oct 2016 01:40:21 +0000 Subject: doc/extension.rdoc: wording fix w.r.t. volatile vs RB_GC_GUARD git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/extension.rdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/extension.rdoc') diff --git a/doc/extension.rdoc b/doc/extension.rdoc index 764cc54095..6863665d19 100644 --- a/doc/extension.rdoc +++ b/doc/extension.rdoc @@ -1854,8 +1854,7 @@ keyword in C. RB_GC_GUARD has the following advantages: 3. "volatile" implementations may be buggy/inconsistent in some compilers and architectures. RB_GC_GUARD is customizable for broken - systems/compilers without those without negatively affecting other - systems. + systems/compilers without negatively affecting other systems. :enddoc: Local variables: :enddoc: fill-column: 70 -- cgit v1.2.3