event/TimerEvent: update API documentation

This commit is contained in:
Max Kellermann 2020-12-04 09:57:19 +01:00
parent 00fafa16c7
commit 5cbbe8ae2e

View File

@ -46,7 +46,7 @@ class TimerEvent final
const Callback callback;
/**
* When is this timer due? This is only valid if IsActive()
* When is this timer due? This is only valid if IsPending()
* returns true.
*/
Event::Clock::time_point due;