1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #5277 from authmillenon/netopt/doc/fix-typo

netopt: fix typo in documentation
This commit is contained in:
Martine Lenders 2016-04-09 14:56:21 +02:00
commit 91685e35ed

View File

@ -168,7 +168,7 @@ typedef enum {
* If the interface is wireless this function will return -ENOTSUP, a
* positive value otherwise.
*
* @note Setting this option will always return -EONOTSUP.
* @note Setting this option will always return -ENOTSUP.
*/
NETOPT_IS_WIRED,