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 17:12:55 +0300
commit28e9b2da88035b613f1621600e75a235d03250dd (patch)
tree506e15e4f3a93adcfcb749fde47fff1632bf580f
parent148892f2b8e3da25207088c2d4c8212d27894755 (diff)
downloadbdwgc-28e9b2da88035b613f1621600e75a235d03250dd.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.