summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmaury Sechet <deadalnix@gmail.com>2023-02-20 01:21:51 +0100
committerIvan Maidanski <ivmai@mail.ru>2023-03-14 16:27:40 +0300
commit05210eeb04f1e7b798d41a17d849763d787c3464 (patch)
tree8d467c59b3817c403a07ba115cf3736c6769e87c
parent7d079aa1c114b5e187f8999acf1a7b71de6629fd (diff)
downloadbdwgc-05210eeb04f1e7b798d41a17d849763d787c3464.tar.gz
Fix one more typo in scale.html
(a cherry-pick of commit 499020404 from 'release-8_0') * docs/scale.html (The Parallel Marking Algorithm): Fix a typo ("our approach").
-rw-r--r--doc/scale.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/scale.html b/doc/scale.html
index ae40ccf1..9996b7ab 100644
--- a/doc/scale.html
+++ b/doc/scale.html
@@ -78,7 +78,7 @@ However, the data structures and implementation are different,
and represent a smaller change to the original collector source,
probably at the expense of extreme scalability. Some of
the refinements they suggest, <I>e.g.</i> splitting large
-objects, were also incorporated into out approach.
+objects, were also incorporated into our approach.
<P>
The global mark stack is transformed into a global work queue.
Unlike the usual case, it never shrinks during a mark phase.