From 4c98b89e5c753b9d51ff21b846808faf710ee37f Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 6 May 2022 20:38:40 -0400 Subject: *: Fix doesnt spelling mistakes Signed-off-by: Donald Sharp --- pceplib/pcep_msg_objects.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pceplib/pcep_msg_objects.c') diff --git a/pceplib/pcep_msg_objects.c b/pceplib/pcep_msg_objects.c index e253fcc540..ce41ee953f 100644 --- a/pceplib/pcep_msg_objects.c +++ b/pceplib/pcep_msg_objects.c @@ -674,8 +674,9 @@ pcep_obj_create_ro_subobj_sr_ipv4_node(bool loose_hop, bool sid_absent, } obj->nai_list = dll_initialize(); /* Since the IP has to be stored in the list, copy it so the caller - * doesnt have any restrictions about the type of memory used externally - * for the IP. This memory will be freed with the object is freed. */ + * doesn't have any restrictions about the type of memory used + * externally for the IP. This memory will be freed with the object is + * freed. */ struct in_addr *ipv4_node_id_copy = pceplib_malloc(PCEPLIB_MESSAGES, sizeof(struct in_addr)); ipv4_node_id_copy->s_addr = ipv4_node_id->s_addr; -- cgit v1.2.3