From 29a9ac94bad1e4bbf3fd9b58a5a35aef44b2514c Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 5 Jul 2017 14:38:05 -0400 Subject: [PATCH] plugins/ctf/plugin.c: fix comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- plugins/ctf/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); -- 2.34.1