Skip to content

Commit a55d412

Browse files
authored
fix: typo raised by spellcheck
1 parent cc1e72d commit a55d412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lwipopts_default.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ a lot of data that needs to be copied, this should be set high. */
5151
/* MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One
5252
per active UDP "connection". */
5353
#define MEMP_NUM_UDP_PCB 6
54-
/* MEMP_NUM_TCP_PCB: the number of simulatenously active TCP
54+
/* MEMP_NUM_TCP_PCB: the number of simultaneously active TCP
5555
connections. */
5656
#define MEMP_NUM_TCP_PCB 10
5757
/* MEMP_NUM_TCP_PCB_LISTEN: the number of listening TCP
@@ -60,7 +60,7 @@ a lot of data that needs to be copied, this should be set high. */
6060
/* MEMP_NUM_TCP_SEG: the number of simultaneously queued TCP
6161
segments. */
6262
#define MEMP_NUM_TCP_SEG 8
63-
/* MEMP_NUM_SYS_TIMEOUT: the number of simulateously active
63+
/* MEMP_NUM_SYS_TIMEOUT: the number of simultaneously active
6464
timeouts. */
6565
#define MEMP_NUM_SYS_TIMEOUT 10
6666

0 commit comments

Comments
 (0)