瀏覽代碼

* small typo corrections by Adriaan Van Os (mantis #15652)

git-svn-id: trunk@14844 -
Jonas Maebe 15 年之前
父節點
當前提交
b6e4896805

+ 1 - 1
compiler/arm/narmcal.pas

@@ -4,7 +4,7 @@
     Implements the ARM specific part of call nodes
 
     This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published bymethodpointer
+    it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
 

+ 1 - 1
compiler/cgobj.pas

@@ -51,7 +51,7 @@ unit cgobj;
           the methods of this class are generic, while others must
           be overriden for all new processors which will be supported
           by Free Pascal. For 32-bit processors, the base class
-          sould be @link(tcg64f32) and not @var(tcg).
+          should be @link(tcg64f32) and not @var(tcg).
        }
        tcg = class
        public

+ 1 - 1
compiler/i386/cpupara.pas

@@ -4,7 +4,7 @@
     Generates the argument location information for i386
 
     This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published bymethodpointer
+    it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
 

+ 1 - 1
compiler/m68k/cpupara.pas

@@ -4,7 +4,7 @@
     Generates the argument location information for 680x0
 
     This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published bymethodpointer
+    it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
 

+ 1 - 1
compiler/m68k/n68kcal.pas

@@ -4,7 +4,7 @@
     Implements the M68K specific part of call nodes
 
     This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published bymethodpointer
+    it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
 

+ 1 - 1
compiler/powerpc/nppccal.pas

@@ -4,7 +4,7 @@
     Implements the PowerPC specific part of call nodes
 
     This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published bymethodpointer
+    it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
 

+ 1 - 1
compiler/powerpc64/nppccal.pas

@@ -4,7 +4,7 @@
     Implements the PowerPC specific part of call nodes
 
     This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published bymethodpointer
+    it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
 

+ 2 - 1
compiler/systems/i_bsd.pas

@@ -1,7 +1,8 @@
 {
     Copyright (c) 1998-2008 by Peter Vreman
 
-    This unit implements support information structures for FreeBSD/NetBSD
+    This unit implements support information structures for FreeBSD/NetBSD,
+    OpenBSD and Darwin (Mac OS X)
 
     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

+ 1 - 1
compiler/vis/cpupara.pas

@@ -5,7 +5,7 @@
     virtual instruction set machine
 
     This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published bymethodpointer
+    it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
 

+ 1 - 1
compiler/x86_64/cpupara.pas

@@ -4,7 +4,7 @@
     Generates the argument location information for x86-64 target
 
     This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published bymethodpointer
+    it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
 

+ 1 - 1
compiler/x86_64/nx64cal.pas

@@ -4,7 +4,7 @@
     Implements the x86-64 specific part of call nodes
 
     This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published bymethodpointer
+    it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.