File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ void *set_pointer_tag(void *ptr, u8 tag) {
4444 return (void *) (((uintptr_t ) tag << 56 ) | (uintptr_t ) untag_pointer (ptr));
4545}
4646
47- // This test checks that slab slot allocation uses tag that is distint from tags of its neighbors
47+ // This test checks that slab slot allocation uses tag that is distinct from tags of its neighbors
4848// and from the tag of the previous allocation that used the same slot
4949void tag_distinctness () {
5050 // tag 0 is reserved
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def test_invalid_free_unprotected(self):
9898 self .assertEqual (stderr .decode ("utf-8" ),
9999 "fatal allocator error: invalid free\n " )
100100
101- def test_invalid_malloc_usable_size_small_quarantene (self ):
101+ def test_invalid_malloc_usable_size_small_quarantine (self ):
102102 _stdout , stderr , returncode = self .run_test (
103103 "invalid_malloc_usable_size_small_quarantine" )
104104 self .assertEqual (returncode , - 6 )
You can’t perform that action at this time.
0 commit comments