浏览代码

* 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 :
                 begin
                   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
                     required because we can't store an asmsymbol in the localloc because
                     the asmsymbol is invalid after an unit is compiled. This gives

+ 1 - 1
compiler/nld.pas

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