瀏覽代碼

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
     if (Kind <> cikDirectiveCheck) or not TryStrToBoolean(ParamData, BoolResult) then begin
       IsCheck := Kind in [cikCheck, cikDirectiveCheck];
       IsCheck := Kind in [cikCheck, cikDirectiveCheck];
       { Check the expression in ParamData and add exports while
       { 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
       try
         SimpleExpression := TSimpleExpression.Create;
         SimpleExpression := TSimpleExpression.Create;
         try
         try