Skip to content

Commit

Permalink
lib: FIx a typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Sep 13, 2024
1 parent da173ee commit 57d2cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flb_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ static int flb_input_run_formatter(flb_ctx_t *ctx, struct flb_input_instance *i_

itf = &i_ins->test_formatter;

/* Invoke the output plugin formatter test callback */
/* Invoke the input plugin formatter test callback */
ret = itf->callback(ctx->config,
i_ins,
i_ins->context,
Expand Down

0 comments on commit 57d2cb4

Please sign in to comment.