Skip to content

Commit ba22172

Browse files
dvyukovadg
authored andcommitted
runtime: fix typo in comment
Change-Id: I82e35770b45ccd1433dfae0af423073c312c0859 Reviewed-on: https://go-review.googlesource.com/23680 Reviewed-by: Andrew Gerrand <[email protected]>
1 parent 15db365 commit ba22172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/runtime/traceback.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,8 +844,8 @@ func isSystemGoroutine(gp *g) bool {
844844
// If the Context field is not 0, then it is a value returned by a
845845
// previous call to the context function. This case is called when the
846846
// 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.
847+
// to its C code caller. This permits the context function to release
848+
// any associated resources.
849849
//
850850
// While it would be correct for the context function to record a
851851
// complete a stack trace whenever it is called, and simply copy that

0 commit comments

Comments
 (0)