From 91e869b7a5964733ba9477331f1ea56e8bb9cd43 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:44:31 -0500 Subject: [PATCH] spelling: fuzzed Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/test_heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/test_heap.c b/tests/fw/test_heap.c index a9893c9b..74bef85e 100644 --- a/tests/fw/test_heap.c +++ b/tests/fw/test_heap.c @@ -331,7 +331,7 @@ static void prv_alloc_and_test_fuzz_on_free(bool enabled) { heap_free(heap, test, 0); if (enabled) { - // the memory was fuzz'ed, better not match + // the memory was fuzzed, better not match cl_assert(memcmp(test, test_string, strlen(test_string)) != 0); } else { // free'd data should match what was already there