Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@xxxxxxxxx> --- src/libkshark-plugin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libkshark-plugin.c b/src/libkshark-plugin.c index b85d0e9..bc68186 100644 --- a/src/libkshark-plugin.c +++ b/src/libkshark-plugin.c @@ -577,7 +577,8 @@ kshark_register_plugin_to_stream(struct kshark_data_stream *stream, * The plugin has been registered already. Check if it * is initialized and if this is the case, close the * existing initialization. This way we guarantee a - * clean new initialization from. + * clean new initialization from kshark_handle_dpi() + * or kshark_handle_all_dpis(). */ if (plugin_list->status & KSHARK_PLUGIN_LOADED) kshark_handle_dpi(stream, plugin_list, -- 2.25.1