Skip to content

Commit 4fa2674

Browse files
misc/cgo/errors: update ptr.go comment
Accidentally omitted from submit of CL 53352. Updates #21306 Change-Id: I022d89c6417fe9371856d49b646eb6294b91657c Reviewed-on: https://go-review.googlesource.com/53415 Reviewed-by: Austin Clements <[email protected]> Reviewed-by: Avelino <[email protected]>
1 parent c4e29bb commit 4fa2674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/cgo/errors/ptr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ var ptrTests = []ptrTest{
344344
fail: false,
345345
},
346346
{
347-
// Issue #21306.
347+
// Test preemption while entering a cgo call. Issue #21306.
348348
name: "preempt-during-call",
349349
c: `void f() {}`,
350350
imports: []string{"runtime", "sync"},

0 commit comments

Comments
 (0)