aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2021-02-21 16:29:22 -0800
committerAndrew G. Morgan <morgan@kernel.org>2021-02-21 16:29:22 -0800
commit1e86350ac4f2f258aa9306472c41183caff3cf73 (patch)
tree2436a86831833d5569e4c2ecd32bd217129e3eee
parentd9cf50103aff591988cab5b211592e63fab9916c (diff)
downloadlibcap-1e86350ac4f2f258aa9306472c41183caff3cf73.tar.gz
Clean up comment now that go1.16 has been released.
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r--psx/doc.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/psx/doc.go b/psx/doc.go
index e6f9013..384b0d3 100644
--- a/psx/doc.go
+++ b/psx/doc.go
@@ -12,9 +12,9 @@
//
// In the former case, psx is a low overhead wrapper for the two
// native go calls: syscall.AllThreadsSyscall() and
-// syscall.AllThreadsSyscall6() [expected to be] introduced in
-// go1.16. We provide this wrapping to minimize client source code
-// changes when compiling with or without CGo enabled.
+// syscall.AllThreadsSyscall6() introduced in go1.16. We provide this
+// wrapping to minimize client source code changes when compiling with
+// or without CGo enabled.
//
// In the latter case, and toolchains prior to go1.16, it works via
// CGo wrappers for system call functions that call the C [lib]psx