1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

sys/universal_address: fix typos

This commit is contained in:
Kaspar Schleiser 2019-10-23 21:16:24 +02:00
parent 82a937a994
commit 149a98a9aa

View File

@ -34,7 +34,7 @@
/**
* @brief Maximum number of entries handled
*/
/* determine the maximum numer of entries */
/* determine the maximum number of entries */
#ifndef UNIVERSAL_ADDRESS_MAX_ENTRIES
/* all potential users of universal addresses have to add their requirements here */
# if defined(MODULE_FIB) && defined(MODULE_GNRC_IPV6)