diff options
author | tuexen <tuexen@FreeBSD.org> | 2011-01-01 22:22:57 +0000 |
---|---|---|
committer | tuexen <tuexen@FreeBSD.org> | 2011-01-01 22:22:57 +0000 |
commit | 68eca43089187031faaff5201cb59a1e28c40159 (patch) | |
tree | c6fbc76af42faf4650fe0ba2394d0485e2480c17 | |
parent | 617f69228115198d7835398b0e9ded6f916d57e7 (diff) | |
download | FreeBSD-src-68eca43089187031faaff5201cb59a1e28c40159.zip FreeBSD-src-68eca43089187031faaff5201cb59a1e28c40159.tar.gz |
Fix a typo.
MFC after: 3 months.
-rw-r--r-- | sys/netinet/sctp_uio.h | 2 |
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 */ |