Skip to content

Commit 41594cf

Browse files
committed
Fix a typo.
1 parent b7576d6 commit 41594cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transports/tcp/btcp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#include <netinet/in.h>
4646
#endif
4747

48-
/* The backlog is set relatively high so that there are not to many failed
48+
/* The backlog is set relatively high so that there are not too many failed
4949
connection attemps during re-connection storms. */
5050
#define NN_BTCP_BACKLOG 100
5151

0 commit comments

Comments
 (0)