Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2012 01:17:27 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r231502 - stable/8/sys/netinet
Message-ID:  <201202110117.q1B1HRVH006598@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202110117.q1B1HRVH006598>