Commit b59d7d57 authored by Simon Giesecke's avatar Simon Giesecke

Problem: typo in parameter name

Solution: correct spelling
parent a91c7e71
...@@ -65,7 +65,7 @@ class io_object_t : public i_poll_events ...@@ -65,7 +65,7 @@ class io_object_t : public i_poll_events
void reset_pollin (handle_t handle_); void reset_pollin (handle_t handle_);
void set_pollout (handle_t handle_); void set_pollout (handle_t handle_);
void reset_pollout (handle_t handle_); void reset_pollout (handle_t handle_);
void add_timer (int timout_, int id_); void add_timer (int timeout_, int id_);
void cancel_timer (int id_); void cancel_timer (int id_);
// i_poll_events interface implementation. // i_poll_events interface implementation.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment