From 179397b75accfba31ad28e2fac865c4593804cba Mon Sep 17 00:00:00 2001 From: Cedric Raymond Date: Fri, 6 Sep 2024 14:07:17 -0400 Subject: [PATCH] comments cleanup --- sctptransport.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sctptransport.go b/sctptransport.go index ec93b6dab23..cfbe3cf4f5d 100644 --- a/sctptransport.go +++ b/sctptransport.go @@ -161,7 +161,7 @@ func (r *SCTPTransport) Abort(reason string) error { return nil } -// Stop send the abort message and stops the SCTPTransport +// Stop stops the SCTPTransport func (r *SCTPTransport) Stop() error { r.lock.Lock() defer r.lock.Unlock()