include/babeltrace2/plugin/plugin-dev.h: "define" -> "definition
[babeltrace.git] / include / babeltrace2 / plugin / plugin-dev.h
index 3aeb1ebfdb76e730db167267a6f74d039014127a..19966203032d119f9a406a3791cf22712c9b78ab 100644 (file)
@@ -341,8 +341,8 @@ BT_PLUGIN_SOURCE_COMPONENT_CLASS_FINALIZE_METHOD_WITH_ID(my_plugin_id,
 @brief
     Defines a plugin module.
 
-In a plugin define C file, you must use this macro before you use any
-other <code>BT_PLUGIN*()</code> macro.
+In a plugin definition C file, you must use this macro before you use
+any other <code>BT_PLUGIN*()</code> macro.
 */
 #define BT_PLUGIN_MODULE() \
        static struct __bt_plugin_descriptor const * const __bt_plugin_descriptor_dummy __BT_PLUGIN_DESCRIPTOR_ATTRS = NULL; \
This page took 0.023495 seconds and 4 git commands to generate.