kernel/vm: Fix typo in comment.
This commit is contained in:
@@ -5435,7 +5435,7 @@ get_memory_map_etc(team_id team, const void* address, size_t numBytes,
|
|||||||
if (index < 0 || table[index].address
|
if (index < 0 || table[index].address
|
||||||
!= physicalAddress - table[index].size) {
|
!= physicalAddress - table[index].size) {
|
||||||
if ((uint32)++index + 1 > numEntries) {
|
if ((uint32)++index + 1 > numEntries) {
|
||||||
// table to small
|
// table too small
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
table[index].address = physicalAddress;
|
table[index].address = physicalAddress;
|
||||||
|
|||||||
Reference in New Issue
Block a user