summaryrefslogtreecommitdiff
path: root/psx/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'psx/doc.go')
-rw-r--r--psx/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/psx/doc.go b/psx/doc.go
index 384b0d3..c4ba829 100644
--- a/psx/doc.go
+++ b/psx/doc.go
@@ -1,5 +1,5 @@
// Package psx provides support for system calls that are run
-// simultanously on all threads under Linux.
+// simultaneously on all threads under Linux.
//
// This property can be used to work around a historical lack of
// native Go support for such a feature. Something that is the subject