Browse Source

* some comment fixes

git-svn-id: branches/wpo@11889 -
Jonas Maebe 17 years ago
parent
commit
ed696116b6
1 changed files with 4 additions and 4 deletions
  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
     Copyright (c) 2008 by Jonas Maebe
 
 
+    Virtual methods optimizations (devirtualization)
+
     This program is free software; you can redistribute it and/or modify
     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
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
     the Free Software Foundation; either version 2 of the License, or
@@ -118,7 +118,7 @@ unit optvirt;
         function findclass(const n: shortstring): tclassdevirtinfo;
         function findclass(const n: shortstring): tclassdevirtinfo;
       end;
       end;
 
 
-      { defvirtualisation information for all units in a program }
+      { devirtualisation information for all units in a program }
 
 
       { tprogdevirtinfo }
       { tprogdevirtinfo }
 
 
@@ -142,7 +142,7 @@ unit optvirt;
         procedure constructfromcompilerstate; override;
         procedure constructfromcompilerstate; override;
         procedure storewpofilesection(writer: twposectionwriterintf); override;
         procedure storewpofilesection(writer: twposectionwriterintf); override;
 
 
-        { infromation providing }
+        { information providing }
         procedure loadfromwpofilesection(reader: twposectionreaderintf); override;
         procedure loadfromwpofilesection(reader: twposectionreaderintf); override;
         function staticnameforvirtualmethod(objdef, procdef: tdef; out staticname: string): boolean; override;
         function staticnameforvirtualmethod(objdef, procdef: tdef; out staticname: string): boolean; override;