]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/technical/memory.txt
tree-wide: Fix typo likelyhood
[public-inbox.git] / Documentation / technical / memory.txt
index bb1c92fde1e7ea388409682d850dadb670140589..ea7fb7b710e1673f196576203aa76b6ede1e2a21 100644 (file)
@@ -13,7 +13,7 @@ deterministically release memory back to the heap.
 
 We start with a simple data model with few circular
 references.  This both eases human understanding and reduces
-the likelyhood of bugs.
+the likelihood of bugs.
 
 Knowing the relative sizes and quantities of our data
 structures, we limit the scope of allocations as much as