From eccfc70d4f70cfd2948011c54a538e3743f5bd27 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Fri, 6 Oct 2017 21:42:44 +0200 Subject: [PATCH] doc: gnrc_ipv6_nib_nc: remove false advertisement about iteration --- sys/include/net/gnrc/ipv6/nib/nc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/include/net/gnrc/ipv6/nib/nc.h b/sys/include/net/gnrc/ipv6/nib/nc.h index e6cff1a381..fce90bb87e 100644 --- a/sys/include/net/gnrc/ipv6/nib/nc.h +++ b/sys/include/net/gnrc/ipv6/nib/nc.h @@ -288,8 +288,7 @@ void gnrc_ipv6_nib_nc_mark_reachable(const ipv6_addr_t *ipv6); * } * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * - * @note The list may change during iteration, but no duplicate of already - * traversed entries must be returned. + * @note The list may change during iteration. * * @return true, if iteration can be continued. * @return false, if @p nce is the last neighbor cache entry in the NIB.