0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-19 18:38:21 +02:00

ircd::ctx: Fix erroneous comment. [ci skip]

This commit is contained in:
Jason Volk 2023-02-03 19:19:55 -08:00
parent ec74762f01
commit c784d12318

View file

@ -53,7 +53,7 @@ ircd::ctx::this_ctx::wait_until(const system_point &tp)
}
/// Wait for a notification until a point in time. If there is a notification
/// then returns true. If there's never a notification then returns false.
/// then returns false. If there's never a notification then returns true.
/// interruption point. this is not noexcept.
template<class E>
inline ircd::nothrow_overload<E, bool>