summaryrefslogtreecommitdiff
path: root/pceplib/pcep_socket_comm_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'pceplib/pcep_socket_comm_loop.c')
-rw-r--r--pceplib/pcep_socket_comm_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pceplib/pcep_socket_comm_loop.c b/pceplib/pcep_socket_comm_loop.c
index d9a6b9ae48..ed8037d074 100644
--- a/pceplib/pcep_socket_comm_loop.c
+++ b/pceplib/pcep_socket_comm_loop.c
@@ -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,