summaryrefslogtreecommitdiff
path: root/inotify/inotify.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-14 02:41:14 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-14 02:41:14 -0500
commit3b2e46671e6d8356f9e236255bc0df805720cc3b (patch)
tree74123c8842a261a6e1d4674e03184efcaf7e472f /inotify/inotify.go
parent9dbaa991819fde8a0afed727506290ee993d2eef (diff)
Fix a typo in a comment.
Diffstat (limited to 'inotify/inotify.go')
-rw-r--r--inotify/inotify.go2
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