# HG changeset patch # User Matthew Wild # Date 1343999261 -3600 # Node ID 6c2c8bf36d2218a8eb7cbe28b3fb5d486b73815a # Parent 88fb94df9b182e0e0a6bf9c8189b556295a1cf9e moduleapi: Clarify comment diff -r 88fb94df9b18 -r 6c2c8bf36d22 core/moduleapi.lua --- a/core/moduleapi.lua Thu Aug 02 21:42:00 2012 +0200 +++ b/core/moduleapi.lua Fri Aug 03 14:07:41 2012 +0100 @@ -125,7 +125,7 @@ local mod = modulemanager.get_module(self.host, name) or modulemanager.get_module("*", name); if mod and mod.module.host == "*" and self.host ~= "*" and modulemanager.module_has_method(mod, "add_host") then - mod = nil; -- This is a shared module, so we still want to load it on our host + mod = nil; -- Target is a shared module, so we still want to load it on our host end if not mod then local err;