summaryrefslogtreecommitdiff
path: root/src/lib/os/os_error.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/os/os_error.go')
-rw-r--r--src/lib/os/os_error.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/os/os_error.go b/src/lib/os/os_error.go
index 2da63da5a..16799ed5e 100644
--- a/src/lib/os/os_error.go
+++ b/src/lib/os/os_error.go
@@ -6,8 +6,8 @@ package os
import syscall "syscall"
-// Errors are singleton structures. Use the Print()/String() methods to get their contents --
-// they handle the nil (no error) case.
+// Errors are singleton structures. Use the String() method to get their contents --
+// it handles the nil (no error) case.
export type Error struct {
s string
}