0
0
Fork 0
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:
Jason Volk 2019-04-15 12:18:09 -07:00
parent 307d8bf71c
commit 0e0d95b266

View file

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