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...) // }) //