소스 검색

* typos fixed

git-svn-id: trunk@11367 -
florian 17 년 전
부모
커밋
5d87a1c6e7
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      compiler/ncgutil.pas
  2. 1 1
      compiler/nld.pas

+ 1 - 1
compiler/ncgutil.pas

@@ -2299,7 +2299,7 @@ implementation
               staticvarsym :
               staticvarsym :
                 begin
                 begin
                   vs:=tabstractnormalvarsym(sym);
                   vs:=tabstractnormalvarsym(sym);
-                  { The code in laodnode.pass_generatecode will create the
+                  { The code in loadnode.pass_generatecode will create the
                     LOC_REFERENCE instead for all none register variables. This is
                     LOC_REFERENCE instead for all none register variables. This is
                     required because we can't store an asmsymbol in the localloc because
                     required because we can't store an asmsymbol in the localloc because
                     the asmsymbol is invalid after an unit is compiled. This gives
                     the asmsymbol is invalid after an unit is compiled. This gives

+ 1 - 1
compiler/nld.pas

@@ -318,7 +318,7 @@ implementation
              end;
              end;
            procsym :
            procsym :
              begin
              begin
-               { Return the first procdef. In case of overlaoded
+               { Return the first procdef. In case of overloaded
                  procdefs the matching procdef will be choosen
                  procdefs the matching procdef will be choosen
                  when the expected procvardef is known, see get_information
                  when the expected procvardef is known, see get_information
                  in htypechk.pas (PFV) }
                  in htypechk.pas (PFV) }