update API doc about fluid_sfloader_t::free()

This commit is contained in:
derselbst 2017-11-25 22:54:20 +01:00
parent 31592fee64
commit b334ba3f8f

View file

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