From 8101b43fc5d47a21bd1a184fe9c3c0ddcaa3c687 Mon Sep 17 00:00:00 2001 From: obarthel Date: Fri, 8 Sep 2023 15:52:06 +0200 Subject: [PATCH] Tpyo correction --- library/include/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/include/stdlib.h b/library/include/stdlib.h index cea0be6..7160dc7 100644 --- a/library/include/stdlib.h +++ b/library/include/stdlib.h @@ -369,7 +369,7 @@ void __get_slab_allocations(__slab_allocation_callback callback); * You supply a function which will be called for each line of the JSON * data produced. You can store this data in a file, or in the clipboard, * for later use. Your function must return 0 if it wants to be called - * again, or return -1 if it wants to stop (e.g. if an error occured + * again, or return -1 if it wants to stop (e.g. if an error occurred * when writing the JSON data to disk). The same "user_data" pointer which * you pass to __get_slab_stats() will be passed to your callback function. *