about summary refs log tree commit homepage
path: root/Documentation/technical/memory.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/technical/memory.txt')
-rw-r--r--Documentation/technical/memory.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/memory.txt b/Documentation/technical/memory.txt
index a35b2c73..039694c3 100644
--- a/Documentation/technical/memory.txt
+++ b/Documentation/technical/memory.txt
@@ -8,7 +8,7 @@ memory-efficient.
 We strive to keep processes small to improve locality, allow
 the kernel to cache more files, and to be a good neighbor to
 other processes running on the machine.  Taking advantage of
-automatic reference counting (ARC) in Perl allows us
+automatic reference counting (ARC) in Perl allows us to
 deterministically release memory back to the heap.
 
 We start with a simple data model with few circular