plugins/ctf/plugin.c: fix comment
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 5 Jul 2017 18:38:05 +0000 (14:38 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 6 Jul 2017 21:24:07 +0000 (17:24 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/ctf/plugin.c

index d6d225fe0cfc7c4ff141fc0fe6f63f6c45549a9b..0f00b56126ec97407186a691c6c1b3b576a92f5d 100644 (file)
@@ -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.");
This page took 0.02493 seconds and 4 git commands to generate.