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

git-svn-id: trunk@14844 -
This commit is contained in:
Jonas Maebe 2010-02-02 10:41:38 +00:00
parent f90768ed6a
commit b6e4896805
11 changed files with 12 additions and 11 deletions

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.