Skip to content

Commit 82c9520

Browse files
authored
Fix typo in house_of_water.c
1 parent a8ae36d commit 82c9520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glibc_2.36/house_of_water.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ int main(void) {
176176
"and not at the chunk itself which is common for t-cache.\n");
177177

178178
puts("Using a technique like house of botcake or a stronger arb-free primitive, free a");
179-
puts("chunk such that it overlaps with the header of unsorted_start and unsorte_end.");
179+
puts("chunk such that it overlaps with the header of unsorted_start and unsorted_end.");
180180
puts("");
181181

182182
puts("It should look like the following:");

0 commit comments

Comments
 (0)