From 0a80a2de2b2fab746ece8fa53c8d31df4fac5481 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Sat, 1 Jan 2011 22:22:57 +0000 Subject: [PATCH] Fix a typo. MFC after: 3 months. --- sys/netinet/sctp_uio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h index 8109f0fc49b..ec984868471 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 */