From 691accb554b4808ecb1d96b9e1b128dd2ec65879 Mon Sep 17 00:00:00 2001 From: Maxwell Krohn Date: Mon, 16 May 2016 09:15:45 -0400 Subject: comment fix --- notifier_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notifier_linux.go') diff --git a/notifier_linux.go b/notifier_linux.go index 7996354..69b32cb 100644 --- a/notifier_linux.go +++ b/notifier_linux.go @@ -10,7 +10,7 @@ import ( type linuxNotifier struct{} -// NewNotifier constructs notifier for Windows +// NewNotifier constructs notifier for Linux func NewNotifier() (Notifier, error) { return &linuxNotifier{}, nil } -- cgit v1.2.3