From db5aac1ca434ceb7a29155b0af4e0011ce0a61f3 Mon Sep 17 00:00:00 2001 From: Buddhika Chathuranga Date: Mon, 11 May 2020 11:08:09 +0530 Subject: [PATCH] Update memory.asciidoc Add missed colon --- chapters/memory.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/memory.asciidoc b/chapters/memory.asciidoc index a73fd8c..a9a6ac0 100644 --- a/chapters/memory.asciidoc +++ b/chapters/memory.asciidoc @@ -379,7 +379,7 @@ _Address order first fit_: Find the block with the lowest address that satisfies the requested block size. (aoff) -_Address order first fit carrier best fit_ +_Address order first fit carrier best fit_ : Find the carrier with the lowest address that can satisfy the requested block size, then find a block within that carrier using the "best fit" strategy. (aoffcbf)