Skip to content

Commit

Permalink
sctp(4): Fix a typo in a source code comment
Browse files Browse the repository at this point in the history
- s/anthing/anything/

MFC after:	3 days
  • Loading branch information
gbergling committed Feb 18, 2024
1 parent 1365bb7 commit 2fb174d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/netinet/sctp_indata.c
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ sctp_add_chk_to_control(struct sctp_queued_to_read *control,

/*
* Dump onto the re-assembly queue, in its proper place. After dumping on the
* queue, see if anthing can be delivered. If so pull it off (or as much as
* queue, see if anything can be delivered. If so pull it off (or as much as
* we can. If we run out of space then we must dump what we can and set the
* appropriate flag to say we queued what we could.
*/
Expand Down

0 comments on commit 2fb174d

Please sign in to comment.