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()