mirror of
https://github.com/matrix-construct/construct
synced 2025-03-16 22:41:46 +01:00
ircd::ctx: Fix comment error.
This commit is contained in:
parent
307d8bf71c
commit
0e0d95b266
1 changed files with 1 additions and 1 deletions
|
@ -2191,7 +2191,7 @@ ircd::ctx::promise_base::make_ready()
|
|||
// callback etc.
|
||||
notify(st);
|
||||
|
||||
// At this point the future should no longer be considered valid; no longer
|
||||
// At this point the promise should no longer be considered valid; no longer
|
||||
// referring to the shared_state.
|
||||
assert(!valid());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue