1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 17:43:51 +01:00

sock: tcp: fix c&p mistake

This commit is contained in:
Oleg Hahm 2017-03-16 20:50:42 +01:00
parent 119fc70075
commit 0018cd7b01

View File

@ -18,7 +18,7 @@
* ----------
* First you need to @ref including-modules "include" a module that implements
* this API in your application's Makefile. For example the implementation for
* @ref net_gnrc "GNRC" is called `gnrc_sock_udp`.
* @ref net_gnrc "GNRC" is called `gnrc_sock_tcp`.
*
* ### A Simple TCP Echo Server
*