Fix two typos

This commit is contained in:
Christian Göttsche 2025-09-21 12:23:10 +02:00 committed by Daniel Micay
parent 86dde60fcf
commit 33ed3027ab
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ void *set_pointer_tag(void *ptr, u8 tag) {
return (void *) (((uintptr_t) tag << 56) | (uintptr_t) untag_pointer(ptr));
}
// This test checks that slab slot allocation uses tag that is distint from tags of its neighbors
// This test checks that slab slot allocation uses tag that is distinct from tags of its neighbors
// and from the tag of the previous allocation that used the same slot
void tag_distinctness() {
// tag 0 is reserved