소스 검색

* fixed typo in comment

git-svn-id: branches/hlcgllvm@27006 -
Jonas Maebe 11 년 전
부모
커밋
c4869980e8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/llvm/nllvmmem.pas

+ 1 - 1
compiler/llvm/nllvmmem.pas

@@ -139,7 +139,7 @@ implementation
       locref:=nil;
       if not arraytopointerconverted then
         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 }
           getarrelementptrdef;
           hreg:=hlcg.getaddressregister(current_asmdata.CurrAsmList,arrptrelementdef);