mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 09:40:12 +01:00
modules/vm: Fix comment.
This commit is contained in:
parent
4070400261
commit
1d30fae3a6
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ ircd::m::vm::inject(eval &eval,
|
|||
const scope_count injecting_room{eval::injecting_room};
|
||||
const scope_notify notify{vm::dock};
|
||||
|
||||
// This eval entry point is only used for commits. We try to find the
|
||||
// This eval entry point is only used for injections. We try to find the
|
||||
// commit opts the user supplied directly to this eval or with the room.
|
||||
if(!eval.copts)
|
||||
eval.copts = room.copts;
|
||||
|
|
Loading…
Add table
Reference in a new issue