Skip to content

Commit 5e3ecbf

Browse files
committed
fix the typo in house_of_water for all versions
1 parent 0eba750 commit 5e3ecbf

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

glibc_2.32/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:");

glibc_2.33/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:");

glibc_2.34/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:");

glibc_2.35/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:");

glibc_2.37/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:");

glibc_2.38/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:");

glibc_2.39/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:");

glibc_2.40/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)