summaryrefslogtreecommitdiffstats
path: root/technical/parallel-checkout.txt
diff options
context:
space:
mode:
Diffstat (limited to 'technical/parallel-checkout.txt')
-rw-r--r--technical/parallel-checkout.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/technical/parallel-checkout.txt b/technical/parallel-checkout.txt
index e790258a1..47c9b6183 100644
--- a/technical/parallel-checkout.txt
+++ b/technical/parallel-checkout.txt
@@ -56,7 +56,7 @@ Rejected Multi-Threaded Solution
The most "straightforward" implementation would be to spread the set of
to-be-updated cache entries across multiple threads. But due to the
-thread-unsafe functions in the ODB code, we would have to use locks to
+thread-unsafe functions in the object database code, we would have to use locks to
coordinate the parallel operation. An early prototype of this solution
showed that the multi-threaded checkout would bring performance
improvements over the sequential code, but there was still too much lock