Skip to content

Commit 7db6330

Browse files
tzstoyanovacmel
authored andcommitted
libtraceevent: Fix typo in tep_plugin_add_option() description
A typo "optiona" -> "optional" is fixed in description of tep_plugin_add_option() API. Link: https://lore.kernel.org/r/CAM9d7cizjF+fbK7YzmsBDgrx__4YAOsmEq67D3sWET8FF+YdFA@mail.gmail.com Link: https://lore.kernel.org/linux-trace-devel/[email protected] Link: https://lore.kernel.org/linux-trace-devel/[email protected] Suggested-by: Namhyung Kim <[email protected]> Signed-off-by: Tzvetomir Stoyanov (VMware) <[email protected]> Acked-by: Namhyung Kim <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: [email protected] Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Steven Rostedt (VMware) <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 058612a commit 7db6330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lib/traceevent/event-plugin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ static int process_option(const char *plugin, const char *option, const char *va
310310
/**
311311
* tep_plugin_add_option - add an option/val pair to set plugin options
312312
* @name: The name of the option (format: <plugin>:<option> or just <option>)
313-
* @val: (optiona) the value for the option
313+
* @val: (optional) the value for the option
314314
*
315315
* Modify a plugin option. If @val is given than the value of the option
316316
* is set (note, some options just take a boolean, so @val must be either

0 commit comments

Comments
 (0)