Forráskód Böngészése

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

git-svn-id: trunk@14844 -
Jonas Maebe 15 éve
szülő
commit
b6e4896805

+ 1 - 1
compiler/arm/narmcal.pas

@@ -4,7 +4,7 @@
     Implements the ARM specific part of call nodes
     Implements the ARM specific part of call nodes
 
 
     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 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
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
     (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
           the methods of this class are generic, while others must
           be overriden for all new processors which will be supported
           be overriden for all new processors which will be supported
           by Free Pascal. For 32-bit processors, the base class
           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
        tcg = class
        public
        public

+ 1 - 1
compiler/i386/cpupara.pas

@@ -4,7 +4,7 @@
     Generates the argument location information for i386
     Generates the argument location information for i386
 
 
     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 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
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
     (at your option) any later version.
 
 

+ 1 - 1
compiler/m68k/cpupara.pas

@@ -4,7 +4,7 @@
     Generates the argument location information for 680x0
     Generates the argument location information for 680x0
 
 
     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 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
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
     (at your option) any later version.
 
 

+ 1 - 1
compiler/m68k/n68kcal.pas

@@ -4,7 +4,7 @@
     Implements the M68K specific part of call nodes
     Implements the M68K specific part of call nodes
 
 
     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 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
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
     (at your option) any later version.
 
 

+ 1 - 1
compiler/powerpc/nppccal.pas

@@ -4,7 +4,7 @@
     Implements the PowerPC specific part of call nodes
     Implements the PowerPC specific part of call nodes
 
 
     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 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
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
     (at your option) any later version.
 
 

+ 1 - 1
compiler/powerpc64/nppccal.pas

@@ -4,7 +4,7 @@
     Implements the PowerPC specific part of call nodes
     Implements the PowerPC specific part of call nodes
 
 
     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 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
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
     (at your option) any later version.
 
 

+ 2 - 1
compiler/systems/i_bsd.pas

@@ -1,7 +1,8 @@
 {
 {
     Copyright (c) 1998-2008 by Peter Vreman
     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
     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

+ 1 - 1
compiler/vis/cpupara.pas

@@ -5,7 +5,7 @@
     virtual instruction set machine
     virtual instruction set machine
 
 
     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 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
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
     (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
     Generates the argument location information for x86-64 target
 
 
     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 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
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
     (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
     Implements the x86-64 specific part of call nodes
 
 
     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 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
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
     (at your option) any later version.