mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
ircd::ctx: Fix comment typo.
This commit is contained in:
parent
7c0b4dcbe8
commit
7c815116a6
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue