Skip to content

Commit

Permalink
fix a small typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettj12 committed Aug 3, 2023
1 parent 5ca3752 commit e91f756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/overlord/logstate/puller.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type pullerGroup struct {
// Common context for all pullers. Each puller uses a derived context so we
// can easily kill all pullers (if required) during teardown.
ctx context.Context
// Cancel func for pullersCtx
// Cancel func for ctx
kill context.CancelFunc
// WaitGroup for pullers - we use this during teardown to know when all the
// pullers are finished.
Expand Down

0 comments on commit e91f756

Please sign in to comment.