0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 19:58:53 +02:00

ircd::ctx: Fix comment typo.

This commit is contained in:
Jason Volk 2018-11-06 19:46:28 -08:00
parent 7c0b4dcbe8
commit 7c815116a6

View file

@ -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());
}