Skip to content

Commit 859983e

Browse files
committed
asim: fix up a comment
1 parent 230f6b6 commit 859983e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kv/kvserver/asim/history/history.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func (h *History) ThrashingForStat(stat string) ThrashingSlice {
6767

6868
ths := make(ThrashingSlice, numStores)
6969
for storeIdx := range vsByStore {
70-
// HACK: we remove leading zeroes before computing the thrashin This works
70+
// HACK: we remove leading zeroes before computeThrasing. This works
7171
// around the fact that some timeseries only show sensible values after an
7272
// initial period of inactivity. For example, CPU usage is zero until the
7373
// first stats tick. Without this hack, the large initial jump from zero to

0 commit comments

Comments
 (0)