diff --git a/pkg/stanza/adapter/receiver.go b/pkg/stanza/adapter/receiver.go index bacef52533f4..61124e3bf3c7 100644 --- a/pkg/stanza/adapter/receiver.go +++ b/pkg/stanza/adapter/receiver.go @@ -65,7 +65,7 @@ func (r *receiver) Start(ctx context.Context, host component.Host) error { // ... // * second one which reads all the logs produced by the converter - // (aggregated by Resource) and then calls consumer to consumer them. + // (aggregated by Resource) and then calls consumer to consume them. r.consumeWg.Add(1) go r.consumerLoop(rctx)