Merge pull request #14825 from haukepetersen/fix_gnrcnib_typo

net/gnrc/nib_ft.c: fix minor typo in comment
This commit is contained in:
Martine Lenders 2020-08-21 22:44:35 +02:00 committed by GitHub
commit 6e504bf326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,4 +162,4 @@ void gnrc_ipv6_nib_ft_print(const gnrc_ipv6_nib_ft_t *fte)
printf("dev #%u\n", fte->iface);
}
/**i @} */
/** @} */