Commit ba221728 authored by Dmitry Vyukov's avatar Dmitry Vyukov Committed by Andrew Gerrand

runtime: fix typo in comment

Change-Id: I82e35770b45ccd1433dfae0af423073c312c0859
Reviewed-on: https://go-review.googlesource.com/23680Reviewed-by: 's avatarAndrew Gerrand <adg@golang.org>
parent 15db3654
......@@ -844,8 +844,8 @@ func isSystemGoroutine(gp *g) bool {
// If the Context field is not 0, then it is a value returned by a
// previous call to the context function. This case is called when the
// context is no longer needed; that is, when the Go code is returning
// to its C code caller. This permits permits the context function to
// release any associated resources.
// to its C code caller. This permits the context function to release
// any associated resources.
//
// While it would be correct for the context function to record a
// complete a stack trace whenever it is called, and simply copy that
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment