diff options
| author | Michael Tuexen <tuexen@fh-muenster.de> | 2024-07-25 17:22:08 -0700 |
|---|---|---|
| committer | Michael Tuexen <tuexen@fh-muenster.de> | 2024-07-25 17:22:08 -0700 |
| commit | 0b14cf49b4bf7aabe004ba77c573617b8d66ad6c (patch) | |
| tree | 24f226b1346b26a506ea7ae913fcf6a4cad31e62 /usrsctplib | |
| parent | e711f82ad09eddef42859073c66242887c24a016 (diff) | |
Fix typosmaster
Diffstat (limited to 'usrsctplib')
| -rw-r--r-- | usrsctplib/netinet6/sctp6_usrreq.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usrsctplib/netinet6/sctp6_usrreq.c b/usrsctplib/netinet6/sctp6_usrreq.c index e130b41..39fddb6 100644 --- a/usrsctplib/netinet6/sctp6_usrreq.c +++ b/usrsctplib/netinet6/sctp6_usrreq.c @@ -648,7 +648,7 @@ sctp6_ctlinput(int cmd, struct sockaddr *pktdst, void *d) #endif /* - * this routine can probably be collasped into the one in sctp_userreq.c + * this routine can probably be collapsed into the one in sctp_userreq.c * since they do the same thing and now we lookup with a sockaddr */ #if defined(__FreeBSD__) && !defined(__Userspace__) @@ -1104,8 +1104,8 @@ connected_type: * note with the current version this code will only be used * by OpenBSD, NetBSD and FreeBSD have methods for * re-defining sosend() to use sctp_sosend(). One can - * optionaly switch back to this code (by changing back the - * defininitions but this is not advisable. + * optionally switch back to this code (by changing back the + * definitions but this is not advisable. */ #if defined(__FreeBSD__) && !defined(__Userspace__) struct epoch_tracker et; |
