summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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