svn commit: r231502 - stable/8/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Sat Feb 11 01:17:27 UTC 2012


Author: tuexen
Date: Sat Feb 11 01:17:27 2012
New Revision: 231502
URL: http://svn.freebsd.org/changeset/base/231502

Log:
  MFC r231074:
  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.

Modified:
  stable/8/sys/netinet/sctp_structs.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/boot/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/e1000/   (props changed)

Modified: stable/8/sys/netinet/sctp_structs.h
==============================================================================
--- stable/8/sys/netinet/sctp_structs.h	Sat Feb 11 01:15:02 2012	(r231501)
+++ stable/8/sys/netinet/sctp_structs.h	Sat Feb 11 01:17:27 2012	(r231502)
@@ -414,7 +414,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-all mailing list