diff options
-rw-r--r-- | inotify/inotify.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inotify/inotify.go b/inotify/inotify.go index bc54f7b..d7e7044 100644 --- a/inotify/inotify.go +++ b/inotify/inotify.go @@ -62,7 +62,7 @@ type Inotify struct { // // unix.SizeofInotifyEvent + unix.NAME_MAX + 1 // - // But we don't want the bare minimu. 4KiB is a page size. + // But we don't want the bare minimum. 4KiB is a page size. buffFull [4096]byte buff []byte buffLock sync.Mutex |