summaryrefslogtreecommitdiff
path: root/src/test/test-malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test-malloc.c')
-rw-r--r--src/test/test-malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-malloc.c b/src/test/test-malloc.c
index d9c46995..6a29d211 100644
--- a/src/test/test-malloc.c
+++ b/src/test/test-malloc.c
@@ -164,7 +164,7 @@ void testmalloc_reset() {
global_testmalloc_remaining_attempts = -1;
}
-/** Sets the maximum number of malloc or realloc attemts that will succeed. If
+/** Sets the maximum number of malloc or realloc attempts that will succeed. If
* the number is negative, no limit will be applied. */
void testmalloc_set_max_successful_allocs(int n) {
global_testmalloc_remaining_attempts = n;