Skip to content

Commit 960c67d

Browse files
bogdandrutujmacd
andauthored
Update internal/memorylimiter/memorylimiter.go
Co-authored-by: Joshua MacDonald <[email protected]>
1 parent 1f8a2a5 commit 960c67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/memorylimiter/memorylimiter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type MemoryLimiter struct {
5050
minGCIntervalWhenHardLimited time.Duration
5151
lastGCDone time.Time
5252

53-
// The functions to read the mem values and run GS are set as a reference to help with
53+
// The functions to read the mem values and run GC are set as a reference to help with
5454
// testing different values.
5555
readMemStatsFn func(m *runtime.MemStats)
5656
runGCFn func()

0 commit comments

Comments
 (0)