Skip to content

Commit

Permalink
comments cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
craymond12 committed Sep 6, 2024
1 parent 361fc46 commit 179397b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sctptransport.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 179397b

Please sign in to comment.