summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/modules.h b/include/modules.h
index 380775305..a5e4440dc 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -123,9 +123,7 @@ class ModResult
if (result == 0)
return res;
- // Otherwise,
-
- // they are different, and neither is passthru
+ // Otherwise, they are different, and neither is MOD_RES_PASSTHRU.
return MOD_RES_ALLOW;
}
};