Browse Source

* two comment spelling fixes. Mantis #34092 & #34097

git-svn-id: trunk@39593 -
marco 7 years ago
parent
commit
dd52e79089
1 changed files with 2 additions and 3 deletions
  1. 2 3
      compiler/pmodules.pas

+ 2 - 3
compiler/pmodules.pas

@@ -665,8 +665,7 @@ implementation
         inc(ps.refs);
         inc(ps.refs);
         st.insert(ps);
         st.insert(ps);
         pd:=tprocdef(cnodeutils.create_main_procdef(target_info.cprefix+name,potype,ps));
         pd:=tprocdef(cnodeutils.create_main_procdef(target_info.cprefix+name,potype,ps));
-        { We don't need is a local symtable. Change it into the static
-          symtable }
+        { We don't need a local symtable, change it into the static symtable }
         if not (potype in [potype_mainstub,potype_pkgstub]) then
         if not (potype in [potype_mainstub,potype_pkgstub]) then
           begin
           begin
             pd.localst.free;
             pd.localst.free;
@@ -2441,7 +2440,7 @@ type
 
 
                  { add all directly used packages as libraries }
                  { add all directly used packages as libraries }
                  add_package_libs(linker);
                  add_package_libs(linker);
-                 { finally we can create a executable }
+                 { finally we can create an executable }
                  if current_module.islibrary then
                  if current_module.islibrary then
                    linker.MakeSharedLibrary
                    linker.MakeSharedLibrary
                  else
                  else