diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-02 20:56:11 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-02 20:56:11 +0000 |
commit | cd0a4ff6a5ca5804f38076188483391ab139fb80 (patch) | |
tree | 00a68b9d01742c553c66f64d896cb4cae3f9a6e7 /sys/netinet/sctp_structs.h | |
parent | c6a35ee46cb69878865a5bb79cb2a0196334e212 (diff) | |
download | src-test2-cd0a4ff6a5ca5804f38076188483391ab139fb80.tar.gz src-test2-cd0a4ff6a5ca5804f38076188483391ab139fb80.zip |
Notes
Diffstat (limited to 'sys/netinet/sctp_structs.h')
-rw-r--r-- | sys/netinet/sctp_structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_structs.h b/sys/netinet/sctp_structs.h index 87aa05b92b6c..39fc94937875 100644 --- a/sys/netinet/sctp_structs.h +++ b/sys/netinet/sctp_structs.h @@ -971,7 +971,7 @@ struct sctp_association { uint32_t sat_t3_recovery_tsn; uint32_t tsn_last_delivered; /* - * For the pd-api we should re-write this a bit more efficent. We + * For the pd-api we should re-write this a bit more efficient. We * could have multiple sctp_queued_to_read's that we are building at * once. Now we only do this when we get ready to deliver to the * socket buffer. Note that we depend on the fact that the struct is |