]> granicus.if.org Git - gc/commitdiff
Fix typo in 'scale' documentation file
authorIvan Maidanski <ivmai@mail.ru>
Wed, 30 Aug 2017 23:12:06 +0000 (02:12 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 30 Aug 2017 23:12:06 +0000 (02:12 +0300)
* doc/scale.md (Options for enhanced scalability): Fix a typo
("be replaced").

doc/scale.md

index f38de04bc51c72780851f9d54dc22b04538ed465..75fb635be7e929aa98b1997844fdbbe661e25f1e 100644 (file)
@@ -54,7 +54,7 @@ kind, and allocate from that. This greatly reduces locking. The thread-local
 free lists are refilled using `GC_malloc_many`.
 
 An important side effect of this flag is to replace the default
-spin-then-sleep lock to be replace by a spin-then-queue based implementation.
+spin-then-sleep lock to be replaced by a spin-then-queue based implementation.
 This _reduces performance_ for the standard allocation functions, though
 it usually improves performance when thread-local allocation is used heavily,
 and thus the number of short-duration lock acquisitions is greatly reduced.