aboutsummaryrefslogtreecommitdiff
path: root/lib/libnet/ndp.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-02-22 16:40:55 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-02-28 16:08:50 +1100
commitac9eac38755af41c114bef5515aa6863ad648d86 (patch)
tree1353ee9d6bce48f88dd02612eb75b42c12a14fa5 /lib/libnet/ndp.c
parent9bbdd35a274c6b45c62872ecbcc40931612ff70f (diff)
downloadSLOF-ac9eac38755af41c114bef5515aa6863ad648d86.zip
SLOF-ac9eac38755af41c114bef5515aa6863ad648d86.tar.gz
SLOF-ac9eac38755af41c114bef5515aa6863ad648d86.tar.bz2
Fix typos in the lib/libnet folder
Found with the "codespell" utility. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'lib/libnet/ndp.c')
-rw-r--r--lib/libnet/ndp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libnet/ndp.c b/lib/libnet/ndp.c
index 1c420d6..47b34b5 100644
--- a/lib/libnet/ndp.c
+++ b/lib/libnet/ndp.c
@@ -86,7 +86,7 @@ find_router(ip6_addr_t ip)
/**
* Find a router for a given host address
- * @param ip - IPv6 address with the prefered prefix
+ * @param ip - IPv6 address with the preferred prefix
* @return pointer to router, or NULL if none is available
*/
struct router *ipv6_get_default_router(ip6_addr_t ip)