diff --git a/Booting/linux-bootstrap-3.md b/Booting/linux-bootstrap-3.md index e3c7503..06497c5 100644 --- a/Booting/linux-bootstrap-3.md +++ b/Booting/linux-bootstrap-3.md @@ -83,7 +83,7 @@ for heap allocation. It calls the internal function `__get_heap` with 3 paramete * size of a type in bytes, which need be allocated * `__alignof__(type)` shows how variables of this type are aligned -* `n` tells how many bytes to allocate +* `n` tells how many items to allocate Implementation of `__get_heap` is: