summaryrefslogtreecommitdiff
path: root/src/test/test-malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test-malloc.h')
-rw-r--r--src/test/test-malloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-malloc.h b/src/test/test-malloc.h
index 04858bae..6d1df55a 100644
--- a/src/test/test-malloc.h
+++ b/src/test/test-malloc.h
@@ -50,7 +50,7 @@ LIBICAL_ICAL_EXPORT void test_free(void *p);
*/
LIBICAL_ICAL_EXPORT void testmalloc_reset();
-/** 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.
*/
LIBICAL_ICAL_EXPORT void testmalloc_set_max_successful_allocs(int n);