aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-04-15 15:00:46 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-04-15 16:39:51 +0200
commit29e7bd0510791fdc23776b8b68643bdea2129bec (patch)
treedecdd231f20261a274d35470cbabb109c167e512
parentcdcaeda81c7e03050d00fd6d0a7c0b24de949b56 (diff)
cosmetic: icmpv6.c: fix typo in comment
-rw-r--r--lib/icmpv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/icmpv6.c b/lib/icmpv6.c
index a6545fd..63acc0e 100644
--- a/lib/icmpv6.c
+++ b/lib/icmpv6.c
@@ -161,7 +161,7 @@ struct msgb *icmpv6_construct_ra(const struct in6_addr *saddr,
return msg;
}
-/* Walidate an ICMPv6 router solicitation according to RFC4861 6.1.1 */
+/* Validate an ICMPv6 router solicitation according to RFC4861 6.1.1 */
static bool icmpv6_validate_router_solicit(const uint8_t *pack, unsigned len)
{
const struct ip6_hdr *ip6h = (struct ip6_hdr *)pack;