From 5ddcca6b643abb54940dd7b7640cc8f852ddccd1 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 25 Jan 2024 12:47:20 -0500 Subject: [PATCH] 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 --- include/babeltrace2/plugin/plugin-dev.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/babeltrace2/plugin/plugin-dev.h b/include/babeltrace2/plugin/plugin-dev.h index 88b872c8..42420d8e 100644 --- a/include/babeltrace2/plugin/plugin-dev.h +++ b/include/babeltrace2/plugin/plugin-dev.h @@ -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 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; \ -- 2.34.1