include/babeltrace2/plugin/plugin-dev.h: "define" -> "definition
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 25 Jan 2024 17:47:20 +0000 (12:47 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 25 Jan 2024 17:47:56 +0000 (12:47 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Ic915ca902f7688386d9a66724ae417bf0952fd56
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11712

include/babeltrace2/plugin/plugin-dev.h

index 88b872c830c011b7f51276dfdc91eba1a9bd61d1..42420d8e2da5da937ccb3415471900a5c666aff5 100644 (file)
@@ -327,8 +327,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.025322 seconds and 4 git commands to generate.