Commit ab3bf094 authored by Clayton Coleman's avatar Clayton Coleman

Merge pull request #2330 from pmorie/typo

Typo fix
parents 1c1b2c59 80b1e2dd
...@@ -72,7 +72,7 @@ func (f *FIFO) List() []interface{} { ...@@ -72,7 +72,7 @@ func (f *FIFO) List() []interface{} {
return list return list
} }
// ContainedIDs returns a util.StringSet containing all IDs of stored the items. // ContainedIDs returns a util.StringSet containing all IDs of the stored items.
// This is a snapshot of a moment in time, and one should keep in mind that // This is a snapshot of a moment in time, and one should keep in mind that
// other go routines can add or remove items after you call this. // other go routines can add or remove items after you call this.
func (c *FIFO) ContainedIDs() util.StringSet { func (c *FIFO) ContainedIDs() util.StringSet {
......
...@@ -78,7 +78,7 @@ func (c *cache) List() []interface{} { ...@@ -78,7 +78,7 @@ func (c *cache) List() []interface{} {
return list return list
} }
// ContainedIDs returns a util.StringSet containing all IDs of stored the items. // ContainedIDs returns a util.StringSet containing all IDs of the stored items.
// This is a snapshot of a moment in time, and one should keep in mind that // This is a snapshot of a moment in time, and one should keep in mind that
// other go routines can add or remove items after you call this. // other go routines can add or remove items after you call this.
func (c *cache) ContainedIDs() util.StringSet { func (c *cache) ContainedIDs() util.StringSet {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment