From c784d12318ecea6ab671ce26b37a2f7ae322f939 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 3 Feb 2023 19:19:55 -0800 Subject: [PATCH] ircd::ctx: Fix erroneous comment. [ci skip] --- include/ircd/ctx/wait.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ircd/ctx/wait.h b/include/ircd/ctx/wait.h index a28142dfa..bc0b485e3 100644 --- a/include/ircd/ctx/wait.h +++ b/include/ircd/ctx/wait.h @@ -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 inline ircd::nothrow_overload