Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Feb 20, 2025
1 parent 8b9bbb1 commit 503bf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtorc/discovery/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type queueItem struct {
Key string
}

// Queue is an implementation of discovery.Queue.
// Queue is an ordered queue with deduplication.
type Queue struct {
mu sync.Mutex
enqueued map[string]struct{}
Expand Down

0 comments on commit 503bf42

Please sign in to comment.