Selaa lähdekoodia

* some comment fixes

git-svn-id: branches/wpo@11889 -
Jonas Maebe 17 vuotta sitten
vanhempi
commit
ed696116b6
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      compiler/optvirt.pas

+ 4 - 4
compiler/optvirt.pas

@@ -1,8 +1,8 @@
 {
-    Virtual methods optimizations (devirtualization)
-
     Copyright (c) 2008 by Jonas Maebe
 
+    Virtual methods optimizations (devirtualization)
+
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
@@ -118,7 +118,7 @@ unit optvirt;
         function findclass(const n: shortstring): tclassdevirtinfo;
       end;
 
-      { defvirtualisation information for all units in a program }
+      { devirtualisation information for all units in a program }
 
       { tprogdevirtinfo }
 
@@ -142,7 +142,7 @@ unit optvirt;
         procedure constructfromcompilerstate; override;
         procedure storewpofilesection(writer: twposectionwriterintf); override;
 
-        { infromation providing }
+        { information providing }
         procedure loadfromwpofilesection(reader: twposectionreaderintf); override;
         function staticnameforvirtualmethod(objdef, procdef: tdef; out staticname: string): boolean; override;