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_pcb.h | |
parent | c6a35ee46cb69878865a5bb79cb2a0196334e212 (diff) |
netinet/sctp*: minor spelling fixes in comments.
No functional change.
Reviewed by: tuexen
Notes
Notes:
svn path=/head/; revision=298942
Diffstat (limited to 'sys/netinet/sctp_pcb.h')
-rw-r--r-- | sys/netinet/sctp_pcb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h index ad4a6957f8bc..98204096e7bb 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -107,7 +107,7 @@ struct sctp_ifa { * that we MUST lock appropriate locks. This * is for V6. */ union sctp_sockstore address; - uint32_t refcount; /* number of folks refering to this */ + uint32_t refcount; /* number of folks referring to this */ uint32_t flags; uint32_t localifa_flags; uint32_t vrf_id; /* vrf_id of this addr (for deleting) */ @@ -360,7 +360,7 @@ struct sctp_pcbtsn_rlog { struct sctp_inpcb { /*- * put an inpcb in front of it all, kind of a waste but we need to - * for compatability with all the other stuff. + * for compatibility with all the other stuff. */ union { struct inpcb inp; |