Explorar el Código

* adjusted comment after previous commit

git-svn-id: trunk@32297 -
Jonas Maebe hace 9 años
padre
commit
09c8c5eba0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      compiler/ncgset.pas

+ 2 - 2
compiler/ncgset.pas

@@ -101,8 +101,8 @@ implementation
 
     procedure tcgsetelementnode.pass_generate_code;
       begin
-        { load first value in 32bit register }
-          secondpass(left);
+        { load the set element's value }
+        secondpass(left);
 
         { also a second value ? }
         if assigned(right) then