Skip to content

Commit 696df5e

Browse files
hanyujie2002dbaluta
authored andcommitted
minor fix: fix typo in memory management doc
1 parent 19bbedc commit 696df5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/teaching/lectures/memory-management.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Page allocation
149149
* If not, look for a free block in the 2N-size list
150150

151151
* Split the 2N-size block in two N-size blocks and add them to the
152-
N-size block
152+
N-size list
153153

154154
* Now that we have the N-size list populated, pick the first free
155155
block from that list

0 commit comments

Comments
 (0)