Преглед на файлове

Fix comment. ProcessExpressionParameter does not have this problem.

Martijn Laan преди 1 година
родител
ревизия
326842c737
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Projects/Src/Compile.pas

+ 1 - 1
Projects/Src/Compile.pas

@@ -2801,7 +2801,7 @@ begin
     if (Kind <> cikDirectiveCheck) or not TryStrToBoolean(ParamData, BoolResult) then begin
       IsCheck := Kind in [cikCheck, cikDirectiveCheck];
       { Check the expression in ParamData and add exports while
-        evaluating. Use Lazy checking to make sure everything is evaluated. }
+        evaluating. Use non-Lazy checking to make sure everything is evaluated. }
       try
         SimpleExpression := TSimpleExpression.Create;
         try