1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

Tpyo correction

This commit is contained in:
obarthel
2023-09-08 15:52:06 +02:00
parent efaffd9182
commit 8101b43fc5

View File

@ -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.
*