Skip to content

Commit 77e0b31

Browse files
committed
Fixed comment.
1 parent cdb4053 commit 77e0b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/mprof.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ func goroutineLeakProfileWithLabelsConcurrent(p []profilerecord.StackRecord, lab
13641364
// G1 completes profile |/\/\/\/\/\/\/\/\/\/\/\/\/\/\/| G2 misses leaks
13651365
//
13661366
// While this is a bug, normal use cases presume that goroutine leak profile
1367-
// requests are issued on a single track. Adding synchronization between over
1367+
// requests are issued on a single track. Adding synchronization between
13681368
// goroutine leak profile requests would only needlessly increase overhead.
13691369
if readgstatus(gp1)&^_Gscan == _Gleaked {
13701370
systemstack(func() { saveg(^uintptr(0), ^uintptr(0), gp1, &p[offset], pcbuf) })

0 commit comments

Comments
 (0)