Browse Source

* adjusted comment after previous commit

git-svn-id: trunk@32297 -
Jonas Maebe 9 years ago
parent
commit
09c8c5eba0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/ncgset.pas

+ 2 - 2
compiler/ncgset.pas

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