From cb20f3ba1c4cbfece1f908517171e96d61ff28f7 Mon Sep 17 00:00:00 2001 From: Jakob Hasse Date: Mon, 28 Nov 2022 11:51:20 +0100 Subject: [PATCH] docs(test_utils): heap records are not eatable! Instead of becoming spread, heap records should go into a buffer. Hungry commits shall be avoided. --- components/unity/include/unity_test_utils_memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/unity/include/unity_test_utils_memory.h b/components/unity/include/unity_test_utils_memory.h index 5327523d28b9..b3d2b140768d 100644 --- a/components/unity/include/unity_test_utils_memory.h +++ b/components/unity/include/unity_test_utils_memory.h @@ -69,7 +69,7 @@ void unity_utils_evaluate_leaks(void); /** * @brief Helper function to setup and initialize heap tracing. * - * @param num_heap_records the size of the heap record butter, + * @param num_heap_records the size of the heap record buffer, * counted in number of heap record elements (heap_trace_record_t). * Use a default value of 80 if no special requirements need to be met. */