Skip to content

Commit

Permalink
store/gate: spelling fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Giedrius Statkevičius authored Feb 9, 2019
1 parent 38a093b commit 7b13f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/store/gate.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func NewGate(maxConcurrent int, reg prometheus.Registerer) *Gate {
return g
}

// IsMyTurn iniates a new query and wait until it's our turn to fulfill a query request.
// IsMyTurn iniates a new query and waits until it's our turn to fulfill a query request.
func (g *Gate) IsMyTurn(ctx context.Context) error {
g.currentQueries.Inc()
start := time.Now()
Expand Down

0 comments on commit 7b13f7e

Please sign in to comment.