diff options
| -rwxr-xr-x | find-modules/rules_engine.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/find-modules/rules_engine.py b/find-modules/rules_engine.py index 53c81413..3d397e86 100755 --- a/find-modules/rules_engine.py +++ b/find-modules/rules_engine.py @@ -199,7 +199,7 @@ class ContainerRuleDb(AbstractCompiledRuleDb):      def apply(self, container, sip):          """ -        Walk over the rules database for functions, applying the first matching transformation. +        Walk over the rules database for containers, applying the first matching transformation.          :param container:           The clang.cindex.Cursor for the container.          :param sip:                 The SIP dict. | 
