From 5b755e2f9fce239b5280ac1e5e21f835464fa017 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Sat, 26 Oct 2019 19:34:40 -0400 Subject: ip: cleanup typos in documentation Type: style Change-Id: I7d44b7fab1b8b196e4934cb4832ee51084c5bf98 Signed-off-by: Paul Vinciguerra --- src/vnet/ip/ip_neighbor.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/vnet/ip/ip_neighbor.c') diff --git a/src/vnet/ip/ip_neighbor.c b/src/vnet/ip/ip_neighbor.c index bd0144101ed..ef61dde0e05 100644 --- a/src/vnet/ip/ip_neighbor.c +++ b/src/vnet/ip/ip_neighbor.c @@ -1,5 +1,5 @@ /* - * src/vnet/ip/ip_neighboor.c: ip neighbor generic handling + * src/vnet/ip/ip_neighbor.c: ip neighbor generic handling * * Copyright (c) 2018 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); @@ -27,7 +27,7 @@ * - Max processing allowed per run : 20 usec * - Max probe/delete operations per run : 10 * - Scan interrupt delay to resume scan : 1 msec - * - Neighbor stale threashold : 4 x scan-interval + * - Neighbor stale threshold : 4 x scan-interval */ #define IP_NEIGHBOR_DEF_SCAN_INTERVAL (60.0) #define IP_NEIGHBOR_DEF_MAX_PROC_TIME (20e-6) @@ -407,11 +407,11 @@ done: /*? * The 'ip scan-neighbor' command can be used to enable and disable - * periodic IP neighbor scan and change various scan parameneters. + * periodic IP neighbor scan and change various scan parameters. * * @note The default parameters used for IP neighbor scan should work fine * under normal conditions. They should not be changed from the default unless - * properly tested to work as desied. + * properly tested to work as desired. * * @cliexpar * Example of enabling IP neighbor scan: -- cgit 1.2.3-korg