mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
doc: Fix wording in comment
This commit is contained in:
parent
78ae0f154d
commit
4280c3a802
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ void* kmalloc_aligned(size_t size, size_t alignment) {
|
||||||
// 4. [Allocated]
|
// 4. [Allocated]
|
||||||
|
|
||||||
// We'll modify block_list[i] and insert others as needed.
|
// We'll modify block_list[i] and insert others as needed.
|
||||||
// To keep things simple and maintain sorted order, we update from right to left or carefully.
|
// To keep things simple and maintain sorted order, we update from right to left.
|
||||||
|
|
||||||
if (padding > 0 && remaining_size > 0) {
|
if (padding > 0 && remaining_size > 0) {
|
||||||
// Case 1: Split into 3
|
// Case 1: Split into 3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue