kernel/vm: Fix typo in comment.

This commit is contained in:
Augustin Cavalier
2026-06-22 14:51:41 -04:00
parent 22d9a23207
commit bc3624c0a9
+1 -1
View File
@@ -5435,7 +5435,7 @@ get_memory_map_etc(team_id team, const void* address, size_t numBytes,
if (index < 0 || table[index].address
!= physicalAddress - table[index].size) {
if ((uint32)++index + 1 > numEntries) {
// table to small
// table too small
break;
}
table[index].address = physicalAddress;