diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-05-07 18:44:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-07 18:44:59 +0300 |
| commit | 0ef5ec616b6de47ad7e8cd229dcf11f99dce65fd (patch) | |
| tree | 5d25a7d9698a7ca36c2439ea449aaecd1c60f16a /pceplib/pcep_socket_comm_loop.c | |
| parent | 00b0b7484735d7ffbd8897613cfb96e1ba02f67b (diff) | |
| parent | 14678bfa0d1c6cbf4346085676b1458461a0faaf (diff) | |
Merge pull request #11156 from donaldsharp/spelling_three
valgrind issues and general cleanup
Diffstat (limited to 'pceplib/pcep_socket_comm_loop.c')
| -rw-r--r-- | pceplib/pcep_socket_comm_loop.c | 2 |
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, |
