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 * First you need to @ref including-modules "include" a module that implements
* this API in your application's Makefile. For example the implementation for * 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 * ### A Simple TCP Echo Server
* *