mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 00:46:05 +01:00
Merge pull request #1926 from hitstergtd/codespell-fixes
Problem: typos and trailing whitespace in code/comments
This commit is contained in:
commit
af82d0641c
@ -440,7 +440,7 @@ typedef struct zmq_pollitem_t
|
|||||||
ZMQ_EXPORT int zmq_poll (zmq_pollitem_t *items, int nitems, long timeout);
|
ZMQ_EXPORT int zmq_poll (zmq_pollitem_t *items, int nitems, long timeout);
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
/* Poller polling on sockets,fd and threaf safe sockets */
|
/* Poller polling on sockets,fd and thread-safe sockets */
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
#define ZMQ_HAVE_POLLER
|
#define ZMQ_HAVE_POLLER
|
||||||
|
@ -104,8 +104,8 @@ void zmq::select_t::rm_fd (handle_t handle_)
|
|||||||
|
|
||||||
if (family_entry_it != current_family_entry_it) {
|
if (family_entry_it != current_family_entry_it) {
|
||||||
// Family is not currently being iterated and can be safely
|
// Family is not currently being iterated and can be safely
|
||||||
// modified in palce. So later it can be skipped withour re-verifying
|
// modified in-place. So later it can be skipped without
|
||||||
// its content.
|
// re-verifying its content.
|
||||||
fd_entries_t::iterator fd_entry_it;
|
fd_entries_t::iterator fd_entry_it;
|
||||||
for (fd_entry_it = family_entry.fd_entries.begin ();
|
for (fd_entry_it = family_entry.fd_entries.begin ();
|
||||||
fd_entry_it != family_entry.fd_entries.end (); ++fd_entry_it)
|
fd_entry_it != family_entry.fd_entries.end (); ++fd_entry_it)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user