We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15db365 commit ba22172Copy full SHA for ba22172
src/runtime/traceback.go
@@ -844,8 +844,8 @@ func isSystemGoroutine(gp *g) bool {
844
// If the Context field is not 0, then it is a value returned by a
845
// previous call to the context function. This case is called when the
846
// context is no longer needed; that is, when the Go code is returning
847
-// to its C code caller. This permits permits the context function to
848
-// release any associated resources.
+// to its C code caller. This permits the context function to release
+// any associated resources.
849
//
850
// While it would be correct for the context function to record a
851
// complete a stack trace whenever it is called, and simply copy that
0 commit comments