summaryrefslogtreecommitdiff
path: root/src/pkg/os/inotify/inotify_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/os/inotify/inotify_linux.go')
-rw-r--r--src/pkg/os/inotify/inotify_linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/os/inotify/inotify_linux.go b/src/pkg/os/inotify/inotify_linux.go
index 8b5c30e0d..7c7b7698f 100644
--- a/src/pkg/os/inotify/inotify_linux.go
+++ b/src/pkg/os/inotify/inotify_linux.go
@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
/*
-This package implements a wrapper for the Linux inotify system.
+Package inotify implements a wrapper for the Linux inotify system.
Example:
watcher, err := inotify.NewWatcher()