From 149a98a9aa464da403ec461ea758a4f9a6986e52 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 23 Oct 2019 21:16:24 +0200 Subject: [PATCH] sys/universal_address: fix typos --- sys/universal_address/universal_address.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/universal_address/universal_address.c b/sys/universal_address/universal_address.c index 56e4a292f1..b6907370fe 100644 --- a/sys/universal_address/universal_address.c +++ b/sys/universal_address/universal_address.c @@ -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)