From b334ba3f8feda0314cde89d3b9130ebe7d4d1860 Mon Sep 17 00:00:00 2001 From: derselbst Date: Sat, 25 Nov 2017 22:54:20 +0100 Subject: [PATCH] update API doc about fluid_sfloader_t::free() --- include/fluidsynth/sfont.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fluidsynth/sfont.h b/include/fluidsynth/sfont.h index 9c9197cc..201870c9 100644 --- a/include/fluidsynth/sfont.h +++ b/include/fluidsynth/sfont.h @@ -81,7 +81,7 @@ struct _fluid_sfloader_t { const fluid_file_callbacks_t* file_callbacks; /** - * The free method should free the memory allocated for the loader in + * The free method should free the memory allocated for this loader instance in * addition to any private data. * @param loader SoundFont loader */