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:48:17 +0000 (12:48 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Ic915ca902f7688386d9a66724ae417bf0952fd56
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11712
(cherry picked from commit 5ddcca6b643abb54940dd7b7640cc8f852ddccd1)
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11713

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.026671 seconds and 4 git commands to generate.