samples/audio; Installer: Added SineTone sample
[sdk] / compiler / libec / src / pass15.ec
index c19a875..4d4d489 100644 (file)
@@ -8659,7 +8659,7 @@ void ProcessExpressionType(Expression exp)
          if(relationOp &&
             ( (exp.op.exp1 && exp.op.exp1.ambiguousUnits && (!c2 || c2.type != unitClass)) ||
                (exp.op.exp2 && exp.op.exp2.ambiguousUnits && (!c1 || c1.type != unitClass))) )
-            Compiler_Warning($"ambiguous units in relation operation\n");
+            Compiler_Warning($"ambiguous units in relational operation\n");
 
          if(!relationOp &&
             ((exp.op.exp1 && exp.op.exp1.ambiguousUnits) ||