svn commit: r231074 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Mon Feb 6 10:47:13 UTC 2012


Author: tuexen
Date: Mon Feb  6 10:47:12 2012
New Revision: 231074
URL: http://svn.freebsd.org/changeset/base/231074

Log:
  Fix a typo which was already fixed by eadler in r227489. We missed
  to integrate this fix in our code base, so it was removed in r227755.
  
  MFC after: 3 days.

Modified:
  head/sys/netinet/sctp_structs.h

Modified: head/sys/netinet/sctp_structs.h
==============================================================================
--- head/sys/netinet/sctp_structs.h	Mon Feb  6 10:38:20 2012	(r231073)
+++ head/sys/netinet/sctp_structs.h	Mon Feb  6 10:47:12 2012	(r231074)
@@ -416,7 +416,7 @@ TAILQ_HEAD(sctpchunk_listhead, sctp_tmit
 #define CHUNK_FLAGS_PR_SCTP_BUF	        SCTP_PR_SCTP_BUF
 #define CHUNK_FLAGS_PR_SCTP_RTX         SCTP_PR_SCTP_RTX
 
-/* The upper byte is used a a bit mask */
+/* The upper byte is used as a bit mask */
 #define CHUNK_FLAGS_FRAGMENT_OK	        0x0100
 
 struct chk_id {


More information about the svn-src-head mailing list