Skip to content
Snippets Groups Projects
Unverified Commit 201cff0a authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #10722 from nmeum/gnrc-tcp-comment-typo

gnrc_tcp_pkt: fix typo in comment
parents afc81d3e 45989aa6
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ int _pkt_build(gnrc_tcp_tcb_t *tcb, gnrc_pktsnip_t **out_pkt, uint16_t *seq_con,
network_uint32_t mss_option = byteorder_htonl(_option_build_mss(GNRC_TCP_MSS));
memcpy(opt_ptr, &mss_option, sizeof(mss_option));
}
/* Increase opt_ptr and decrease opt_ptr, if other options are added */
/* Increase opt_ptr and decrease opt_left, if other options are added */
/* NOTE: Add additional options here */
}
*(out_pkt) = tcp_snp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment