diff options
author | rrs <rrs@FreeBSD.org> | 2007-05-29 11:53:27 +0000 |
---|---|---|
committer | rrs <rrs@FreeBSD.org> | 2007-05-29 11:53:27 +0000 |
commit | a8c7b867a558ef443df91bdf62d0228fba856e11 (patch) | |
tree | 7409d0829778705bdb70c821aa27fad39fe97877 | |
parent | be966bcc03a7ee1df60131bdfa5d46690da47d02 (diff) | |
download | FreeBSD-src-a8c7b867a558ef443df91bdf62d0228fba856e11.zip FreeBSD-src-a8c7b867a558ef443df91bdf62d0228fba856e11.tar.gz |
- Fix spelling errors in comments per Ruslan (.. thanks... )
-rw-r--r-- | sys/netinet/sctp.h | 2 | ||||
-rw-r--r-- | sys/netinet/sctp_bsd_addr.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/sctp.h b/sys/netinet/sctp.h index 5c21aae..f0d08cf 100644 --- a/sys/netinet/sctp.h +++ b/sys/netinet/sctp.h @@ -204,7 +204,7 @@ struct sctp_paramhdr { * form. Note this is a compile option to * the kernel, SCTP_PACKET_LOGGING, and * without it in your kernel you - * will get a ENOSUPPORT. + * will get a EOPNOTSUPP */ #define SCTP_GET_PACKET_LOG 0x00004001 diff --git a/sys/netinet/sctp_bsd_addr.c b/sys/netinet/sctp_bsd_addr.c index d188a12..1abd772 100644 --- a/sys/netinet/sctp_bsd_addr.c +++ b/sys/netinet/sctp_bsd_addr.c @@ -51,11 +51,11 @@ __FBSDID("$FreeBSD$"); /* Declare all of our malloc named types */ -/* Not to Michael/Peter for mac-os, - * I think mac has this to since I +/* Note to Michael/Peter for mac-os, + * I think mac has this too since I * do see the M_PCB type, so I * will also put in the mac file the - * MALLOC_DELCARE. If this does not + * MALLOC_DECLARE. If this does not * work for mac uncomment the defines for * the strings that we use in Panda, I put * them in comments in the mac-os file. |