Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Nov 20, 2023
1 parent b353b23 commit b99c4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/include/DepLibUring.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class DepLibUring
io_uring ring;
// Event file descriptor to watch for completions.
int efd;
// libuv handle used to poll uring completions.
// libuv handle used to poll io_uring completions.
uv_poll_t* uvHandle{ nullptr };
// Whether we are currently sending RTP over io_uring.
bool active{ false };
Expand Down

0 comments on commit b99c4ca

Please sign in to comment.