0
0
Fork 0
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:
Jason Volk 2019-05-09 03:43:34 -07:00
parent 4070400261
commit 1d30fae3a6

View file

@ -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;