From: Philippe Proulx Date: Wed, 5 Jul 2017 18:38:05 +0000 (-0400) Subject: plugins/ctf/plugin.c: fix comment X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=29a9ac94bad1e4bbf3fd9b58a5a35aef44b2514c plugins/ctf/plugin.c: fix comment Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/plugins/ctf/plugin.c b/plugins/ctf/plugin.c index d6d225fe..0f00b561 100644 --- a/plugins/ctf/plugin.c +++ b/plugins/ctf/plugin.c @@ -41,7 +41,7 @@ BT_PLUGIN_DESCRIPTION("CTF source and sink support"); BT_PLUGIN_AUTHOR("Julien Desfossez, Mathieu Desnoyers, Jérémie Galarneau, Philippe Proulx"); BT_PLUGIN_LICENSE("MIT"); -/* ctf.fs soource */ +/* ctf.fs source */ BT_PLUGIN_SOURCE_COMPONENT_CLASS(fs, ctf_fs_iterator_next); BT_PLUGIN_SOURCE_COMPONENT_CLASS_DESCRIPTION(fs, "Read CTF traces from the file system.");