aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip_neighbor.h
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2019-10-26 19:34:40 -0400
committerAndrew Yourtchenko <ayourtch@gmail.com>2019-11-05 10:39:15 +0000
commit0700f3c50e88fe7be55c04c24cb56e4dfe0b10ec (patch)
treedd8ec6aabcfbb6e9559bd11e1ccd4e99cec52e62 /src/vnet/ip/ip_neighbor.h
parenteaec04895edb90eb097b1f01481edf79ff03d42d (diff)
ip: cleanup typos in documentation
Type: style Change-Id: I7d44b7fab1b8b196e4934cb4832ee51084c5bf98 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com> (cherry picked from commit 5b755e2f9fce239b5280ac1e5e21f835464fa017)
Diffstat (limited to 'src/vnet/ip/ip_neighbor.h')
-rw-r--r--src/vnet/ip/ip_neighbor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/ip/ip_neighbor.h b/src/vnet/ip/ip_neighbor.h
index 84247f22f47..d370ddeeee4 100644
--- a/src/vnet/ip/ip_neighbor.h
+++ b/src/vnet/ip/ip_neighbor.h
@@ -1,5 +1,5 @@
/*
- * ip_neighboor.h: ip neighbor generic services
+ * ip_neighbor.h: ip neighbor generic services
*
* Copyright (c) 2018 Cisco and/or its affiliates.
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -30,7 +30,7 @@ typedef struct
u8 max_proc_time; /* max processing time per run, in usecs */
u8 max_update; /* max probe/delete operations per run */
u8 scan_int_delay; /* delay in msecs, to resume scan on max */
- u8 stale_threshold; /* Threashold in minutes to delete nei entry */
+ u8 stale_threshold; /* Threshold in minutes to delete nei entry */
} ip_neighbor_scan_arg_t;
void ip_neighbor_scan_enable_disable (ip_neighbor_scan_arg_t * arg);