summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-13 01:40:21 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-13 01:40:21 +0000
commit43112104dffdcee69628d60dd78d761e8ea650ae (patch)
tree7120b4782e9bf2f718a6fcc619dd5c0a7c9e25ae /doc
parent89230e7ca3608703dfad5829b42f3e78518549f2 (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/extension.rdoc3
1 files changed, 1 insertions, 2 deletions
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