about summary refs log tree commit homepage
path: root/Documentation/technical
diff options
context:
space:
mode:
authorUwe Kleine-König <uwe@kleine-koenig.org>2022-07-01 16:04:20 +0200
committerEric Wong <e@80x24.org>2022-07-01 16:12:00 +0000
commit84b7b8b9a0897c1f062e304aa6d16e2ea819fece (patch)
tree1bec13f18dff9d6173c9077870e170a3a5990136 /Documentation/technical
parent70209c643bd5b21d369dff684218714f5186993b (diff)
downloadpublic-inbox-84b7b8b9a0897c1f062e304aa6d16e2ea819fece.tar.gz
This was pointed out by the Debian package linter "lintian".
Diffstat (limited to 'Documentation/technical')
-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 bb1c92fd..ea7fb7b7 100644
--- a/Documentation/technical/memory.txt
+++ b/Documentation/technical/memory.txt
@@ -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