From 7c815116a6fe26646578703a17318b2a2bff94d9 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Tue, 6 Nov 2018 19:46:28 -0800 Subject: [PATCH] ircd::ctx: Fix comment typo. --- ircd/ctx.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircd/ctx.cc b/ircd/ctx.cc index 8111f1de2..1e73c6a6e 100644 --- a/ircd/ctx.cc +++ b/ircd/ctx.cc @@ -1588,7 +1588,7 @@ ircd::ctx::promise_base::make_ready() // callback etc. notify(st); - // At this point the future should not longer be considered valid; no longer + // At this point the future should no longer be considered valid; no longer // referring to the shared_state. assert(!valid()); }