Commit c029b69a authored by Tsuyoshi Hombashi's avatar Tsuyoshi Hombashi Committed by Han-Wen Nienhuys

Fix a typo: TimedIntCache -> TimedCache

parent 86d87d2c
......@@ -16,7 +16,7 @@ type cacheEntry struct {
expiry time.Time
}
// TimedIntCache caches the result of fetch() for some time. It is
// TimedCache caches the result of fetch() for some time. It is
// thread-safe. Calls of fetch() do no happen inside a critical
// section, so when multiple concurrent Get()s happen for the same
// key, multiple fetch() calls may be issued for the same key.
......
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