From 4fa2674aa73e815150e531b8b4b02e1711d0e756 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 5 Aug 2017 11:07:06 -0700 Subject: [PATCH] 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 Reviewed-by: Avelino --- misc/cgo/errors/ptr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, -- 2.48.1