]> git.proxmox.com Git - mirror_frr.git/blobdiff - pceplib/pcep_socket_comm_loop.c
Merge pull request #11192 from cyberstorm-mauritius/zebra_netlink
[mirror_frr.git] / pceplib / pcep_socket_comm_loop.c
index d9a6b9ae4822305f6d8e6194a8c27160f68935cd..ed8037d074e10c87153ca3771f532d697d32642c 100644 (file)
@@ -354,7 +354,7 @@ void handle_writes(pcep_socket_comm_handle *socket_comm_handle)
                if (comm_session->close_after_write == true) {
                        if (comm_session->message_queue->num_entries == 0) {
                                /* TODO check to make sure modifying the
-                                * write_list while iterating it doesnt cause
+                                * write_list while iterating it doesn't cause
                                 * problems. */
                                pcep_log(
                                        LOG_DEBUG,