Skip to content

Commit

Permalink
Update memory.asciidoc
Browse files Browse the repository at this point in the history
Add missed colon
  • Loading branch information
buddhikac96 authored and happi committed May 11, 2020
1 parent 84fc070 commit db5aac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/memory.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit db5aac1

Please sign in to comment.