We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8a2a5 commit 960c67dCopy full SHA for 960c67d
internal/memorylimiter/memorylimiter.go
@@ -50,7 +50,7 @@ type MemoryLimiter struct {
50
minGCIntervalWhenHardLimited time.Duration
51
lastGCDone time.Time
52
53
- // The functions to read the mem values and run GS are set as a reference to help with
+ // The functions to read the mem values and run GC are set as a reference to help with
54
// testing different values.
55
readMemStatsFn func(m *runtime.MemStats)
56
runGCFn func()
0 commit comments