Skip to content

Commit 20721e5

Browse files
prattmicgopherbot
authored andcommitted
runtime: fix eagerly typo
Change-Id: I3150e2d0b9f5590c6da95392b0b51df94b8c20eb Reviewed-on: https://go-review.googlesource.com/c/go/+/584338 Reviewed-by: Michael Knyszek <[email protected]> Auto-Submit: Michael Pratt <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 69e75c8 commit 20721e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/proc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ func mcommoninit(mp *m, id int64) {
924924
mProfStackInit(mp)
925925
}
926926

927-
// mProfStackInit is used to eagilery initialize stack trace buffers for
927+
// mProfStackInit is used to eagerly initialize stack trace buffers for
928928
// profiling. Lazy allocation would have to deal with reentrancy issues in
929929
// malloc and runtime locks for mLockProfile.
930930
// TODO(mknyszek): Implement lazy allocation if this becomes a problem.

0 commit comments

Comments
 (0)