From: Philippe Proulx Date: Thu, 25 Jan 2024 17:47:20 +0000 (-0500) Subject: include/babeltrace2/plugin/plugin-dev.h: "define" -> "definition X-Git-Tag: v2.0.6~5 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=5258f59676b75f5707b36ca3594d06fbbc56e60c include/babeltrace2/plugin/plugin-dev.h: "define" -> "definition Signed-off-by: Philippe Proulx 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 --- diff --git a/include/babeltrace2/plugin/plugin-dev.h b/include/babeltrace2/plugin/plugin-dev.h index 3aeb1ebf..19966203 100644 --- a/include/babeltrace2/plugin/plugin-dev.h +++ b/include/babeltrace2/plugin/plugin-dev.h @@ -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 BT_PLUGIN*() macro. +In a plugin definition C file, you must use this macro before you use +any other BT_PLUGIN*() macro. */ #define BT_PLUGIN_MODULE() \ static struct __bt_plugin_descriptor const * const __bt_plugin_descriptor_dummy __BT_PLUGIN_DESCRIPTOR_ATTRS = NULL; \