Update stats.go

pull/2036/merge
Andrew Watkins 2015-03-20 08:15:42 -07:00
parent 393a11b4c9
commit 57f0dcbc5d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import (
"sync"
)
// Int representes a 64-bit signed integer which can be updated automically.
// Int representes a 64-bit signed integer which can be updated atomically.
type Int struct {
mu sync.RWMutex
i int64