From 6a8ab8313de358dfbaa6c6b10fb30999450681bf Mon Sep 17 00:00:00 2001 From: Yechiel Kalmenson Date: Wed, 19 Dec 2018 09:41:07 -0500 Subject: [PATCH] typo --- internal/hcs/watcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/hcs/watcher.go b/internal/hcs/watcher.go index 8793ec18bf..f85ed31874 100644 --- a/internal/hcs/watcher.go +++ b/internal/hcs/watcher.go @@ -17,7 +17,7 @@ import ( // // Usage is: // -// sysycallWatcher(logContext, func() { +// syscallWatcher(logContext, func() { // err = (args...) // }) //