From c875884fc981576598aadd7bd2d850b9fd4f81c7 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 31 Aug 2017 02:12:06 +0300 Subject: [PATCH] Fix typo in 'scale' documentation file * doc/scale.md (Options for enhanced scalability): Fix a typo ("be replaced"). --- doc/scale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scale.md b/doc/scale.md index f38de04b..75fb635b 100644 --- a/doc/scale.md +++ b/doc/scale.md @@ -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. -- 2.50.1