Skip to content

Commit ca3fd2f

Browse files
committed
procnet: add comma in forwarder comment to clear check-spelling
Signed-off-by: Jan Dubois <jan.dubois@suse.com>
1 parent ba1c841 commit ca3fd2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/go/guestagent/pkg/procnet/loopback_forwarder_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func (f *loopbackForwarder) acceptTCP(ctx context.Context, lis net.Listener, por
174174
// loggedAcceptError throttles per-listener Accept-error logs the
175175
// same way logAddFailure throttles publish-failure logs in the
176176
// scanner. Sustained FD pressure (EMFILE) saturates the loop at
177-
// the 5 s cap; without the throttle the loop emits one Error
177+
// the 5 s cap; without the throttle, the loop emits one Error
178178
// every 5 s indefinitely.
179179
loggedAcceptError := false
180180
for {

0 commit comments

Comments
 (0)