diff options
Diffstat (limited to 'git_hooks_handle.go')
-rw-r--r-- | git_hooks_handle.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git_hooks_handle.go b/git_hooks_handle.go index 7da6c88..178b3c7 100644 --- a/git_hooks_handle.go +++ b/git_hooks_handle.go @@ -28,7 +28,7 @@ var ( err_get_ucred = errors.New("failed getsockopt") ) -// hooks_handle_connection handles a connection from git_hooks_client via the +// hooks_handle_connection handles a connection from hookc via the // unix socket. func hooks_handle_connection(conn net.Conn) { var ctx context.Context |