diff --git a/misc/cgo/errors/ptr.go b/misc/cgo/errors/ptr.go index 3e117666bf..e5f62f8b56 100644 --- a/misc/cgo/errors/ptr.go +++ b/misc/cgo/errors/ptr.go @@ -344,7 +344,7 @@ var ptrTests = []ptrTest{ fail: false, }, { - // Issue #21306. + // Test preemption while entering a cgo call. Issue #21306. name: "preempt-during-call", c: `void f() {}`, imports: []string{"runtime", "sync"},