From af0499131f656dc94ffaf5b14ec890eceb5e9da9 Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Tue, 10 Dec 2019 21:43:47 +0100 Subject: [PATCH] autoip: fix typo Signed-off-by: Simon Goldschmidt --- src/core/ipv4/autoip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ipv4/autoip.c b/src/core/ipv4/autoip.c index 399b66e7..987d4627 100644 --- a/src/core/ipv4/autoip.c +++ b/src/core/ipv4/autoip.c @@ -273,7 +273,7 @@ autoip_start(struct netif *netif) /* In accordance to RFC3927 section 2.1: * Keep using the same link local address as much as possible. - * Only when their is none or when their was a conflict, select a new one. + * Only when there is none or when there was a conflict, select a new one. */ if (!ip4_addr_islinklocal(&autoip->llipaddr)) { autoip_create_addr(netif, &(autoip->llipaddr));