Skip to content

Commit

Permalink
CLEANUP: Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-smith committed Sep 6, 2020
1 parent e3ae35c commit 2479539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipcs/socket/socket.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2479539

Please sign in to comment.