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 11:36:03 +0300
commit499020404c24e08f27704ad81b63c4b7b966ed39 (patch)
tree01c26e0aa0eb6ba830ab7e63c8944e8bdde18e4e
parenta9d165b2b634f28f9c02e33ae1745049da2945d6 (diff)
downloadbdwgc-499020404c24e08f27704ad81b63c4b7b966ed39.tar.gz
Fix one more typo in scale.md
* docs/scale.md (The Parallel Marking Algorithm): Fix a typo ("our approach").
-rw-r--r--doc/scale.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/scale.md b/doc/scale.md
index 50760c50..a6880b9a 100644
--- a/doc/scale.md
+++ b/doc/scale.md
@@ -70,7 +70,7 @@ at the University of Tokyo. 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, e.g. splitting large objects, were also incorporated
-into out approach.
+into our approach.
The global mark stack is transformed into a global work queue. Unlike the
usual case, it never shrinks during a mark phase. The mark threads remove