From 3b2e46671e6d8356f9e236255bc0df805720cc3b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 14 Jan 2017 02:41:14 -0500 Subject: Fix a typo in a comment. --- inotify/inotify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1-4-g5e80