summaryrefslogtreecommitdiffstats
path: root/ripd
diff options
context:
space:
mode:
authorschylar <schylarutley@hotmail.com>2021-09-07 05:35:16 +0200
committersutley <sutley@cwep.com>2021-09-07 15:30:42 +0200
commitab9939f217d8184e7c7b37a19380de14c708e2c7 (patch)
tree48b82486b196b95e13444ef1f3dea35412617c3e /ripd
parentMerge pull request #9569 from LabNConsulting/chopps/parallel-config-nonjson (diff)
downloadfrr-ab9939f217d8184e7c7b37a19380de14c708e2c7.tar.xz
frr-ab9939f217d8184e7c7b37a19380de14c708e2c7.zip
ripd: Fix spelling errors
Signed-off-by: schylar <schylarutley@hotmail.com>
Diffstat (limited to 'ripd')
-rw-r--r--ripd/ripd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ripd/ripd.c b/ripd/ripd.c
index 37f4b5743..84fb67956 100644
--- a/ripd/ripd.c
+++ b/ripd/ripd.c
@@ -99,7 +99,7 @@ RB_GENERATE(rip_instance_head, rip, entry, rip_instance_compare)
struct rip_instance_head rip_instances = RB_INITIALIZER(&rip_instances);
-/* Utility function to set boradcast option to the socket. */
+/* Utility function to set broadcast option to the socket. */
static int sockopt_broadcast(int sock)
{
int ret;
@@ -480,7 +480,7 @@ static void rip_rte_process(struct rte *rte, struct sockaddr_in *from,
}
/* Once the entry has been validated, update the metric by
- adding the cost of the network on wich the message
+ adding the cost of the network on which the message
arrived. If the result is greater than infinity, use infinity
(RFC2453 Sec. 3.9.2) */
/* Zebra ripd can handle offset-list in. */