diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-14 02:41:14 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-14 02:41:14 -0500 |
commit | 3b2e46671e6d8356f9e236255bc0df805720cc3b (patch) | |
tree | 74123c8842a261a6e1d4674e03184efcaf7e472f /inotify | |
parent | 9dbaa991819fde8a0afed727506290ee993d2eef (diff) |
Fix a typo in a comment.
Diffstat (limited to 'inotify')
-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 |