From be2914fd129492f890647937f0261f3e4f2051da Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 4 Jan 2014 23:19:15 +0530 Subject: [PATCH] minor clarification in the Cleanup comment we are not totally sure if this is an issue in every distro/kernel/environment. --- tail.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tail.go b/tail.go index b915300..77020de 100644 --- a/tail.go +++ b/tail.go @@ -312,7 +312,7 @@ func (tail *Tail) sendLine(line []byte) bool { } // Cleanup removes inotify watches added by the tail package. This function is -// meant to be invoked from a process's exit handler. Linux kernel will not +// meant to be invoked from a process's exit handler. Linux kernel may not // automatically remove inotify watches after the process exits. func Cleanup() { watch.Cleanup()