- Fix spelling errors in comments per Ruslan (.. thanks... )

This commit is contained in:
Randall Stewart 2007-05-29 11:53:27 +00:00
parent 97cd541437
commit 6b4ae3566a
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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.