From 0273c5b795dc0e72b6fa4f030d4ba6aab1135bea Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 8 Nov 2015 00:47:37 -0500 Subject: fix typo --- inotify/bits.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inotify/bits.go b/inotify/bits.go index 18d8566..fa44f9b 100644 --- a/inotify/bits.go +++ b/inotify/bits.go @@ -62,7 +62,7 @@ const ( IN_ISDIR Mask = (1 << 30) // Event occurred against dir. IN_ONESHOT Mask = (1 << 31) // Only send event once. - // Convenience macros */ + // Convenience macros IN_CLOSE Mask = (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) // Close. IN_MOVE Mask = (IN_MOVED_FROM | IN_MOVED_TO) // Moves. IN_ALL_EVENTS Mask = 0x00000FFF // All events which a program can wait on. -- cgit v1.1-4-g5e80