svn commit: r231310 - stable/9/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Thu Feb 9 22:05:51 UTC 2012
Author: tuexen
Date: Thu Feb 9 22:05:51 2012
New Revision: 231310
URL: http://svn.freebsd.org/changeset/base/231310
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/9/sys/netinet/sctp_structs.h
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/netinet/sctp_structs.h
==============================================================================
--- stable/9/sys/netinet/sctp_structs.h Thu Feb 9 22:01:59 2012 (r231309)
+++ stable/9/sys/netinet/sctp_structs.h Thu Feb 9 22:05:51 2012 (r231310)
@@ -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-stable-9
mailing list