Skip to content

Commit

Permalink
Delete stray s
Browse files Browse the repository at this point in the history
  • Loading branch information
tuexen committed Jul 31, 2023
1 parent b096653 commit 8fef502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usrsctplib/netinet/sctp_os_userspace.h
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ int sctp_userspace_get_mtu_from_ifn(uint32_t if_index);
{ \
SCTP_SAVE_ATOMIC_DECREMENT(&(sb)->sb_cc, incr); \
}
s/* clear the socket buffer state */
/* clear the socket buffer state */
#define SCTP_SB_CLEAR(sb) \
(sb).sb_cc = 0; \
(sb).sb_mb = NULL; \
Expand Down

0 comments on commit 8fef502

Please sign in to comment.