2
0
Эх сурвалжийг харах

* fixed typo in comment

git-svn-id: branches/hlcgllvm@27006 -
Jonas Maebe 11 жил өмнө
parent
commit
c4869980e8

+ 1 - 1
compiler/llvm/nllvmmem.pas

@@ -139,7 +139,7 @@ implementation
       locref:=nil;
       locref:=nil;
       if not arraytopointerconverted then
       if not arraytopointerconverted then
         begin
         begin
-          { the result is currently a pointer left.resultdef (the array type)
+          { the result is currently a pointer to left.resultdef (the array type)
              -> convert it into a pointer to an element inside this array }
              -> convert it into a pointer to an element inside this array }
           getarrelementptrdef;
           getarrelementptrdef;
           hreg:=hlcg.getaddressregister(current_asmdata.CurrAsmList,arrptrelementdef);
           hreg:=hlcg.getaddressregister(current_asmdata.CurrAsmList,arrptrelementdef);