summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2011-01-01 22:22:57 +0000
committertuexen <tuexen@FreeBSD.org>2011-01-01 22:22:57 +0000
commit68eca43089187031faaff5201cb59a1e28c40159 (patch)
treec6fbc76af42faf4650fe0ba2394d0485e2480c17 /sys/netinet
parent617f69228115198d7835398b0e9ded6f916d57e7 (diff)
downloadFreeBSD-src-68eca43089187031faaff5201cb59a1e28c40159.zip
FreeBSD-src-68eca43089187031faaff5201cb59a1e28c40159.tar.gz
Fix a typo.
MFC after: 3 months.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/sctp_uio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h
index 8109f0f..ec98486 100644
--- a/sys/netinet/sctp_uio.h
+++ b/sys/netinet/sctp_uio.h
@@ -417,7 +417,7 @@ union sctp_notification {
#define SCTP_AUTHENTICATION_EVENT 0x0008
#define SCTP_STREAM_RESET_EVENT 0x0009
#define SCTP_SENDER_DRY_EVENT 0x000a
-#define SCTP__NOTIFICATIONS_STOPPED_EVENT 0x000b /* we don't send this */
+#define SCTP_NOTIFICATIONS_STOPPED_EVENT 0x000b /* we don't send this */
/*
* socket option structs
*/
OpenPOWER on IntegriCloud