From 2479539471e485c71f37917aaf98d176792858d8 Mon Sep 17 00:00:00 2001 From: Tyler Smith Date: Sun, 6 Sep 2020 15:05:08 -0700 Subject: [PATCH] CLEANUP: Fix comment. --- ipcs/socket/socket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipcs/socket/socket.go b/ipcs/socket/socket.go index 8d337fd00cd6..d4cb7737ca4b 100644 --- a/ipcs/socket/socket.go +++ b/ipcs/socket/socket.go @@ -56,7 +56,7 @@ func (s *Socket) Listen() error { return err } - // Start a loop that accepts new connections to told to quit + // Start a loop that accepts new connections until told to quit go func() { for { select {