mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
doc: Fix wording in comment
This commit is contained in:
@@ -216,7 +216,7 @@ void* kmalloc_aligned(size_t size, size_t alignment) {
|
||||
// 4. [Allocated]
|
||||
|
||||
// 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) {
|
||||
// Case 1: Split into 3
|
||||
|
||||
Reference in New Issue
Block a user