diff options
author | mazen <mazen@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-10-06 20:33:57 +0000 |
---|---|---|
committer | mazen <mazen@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-10-06 20:33:57 +0000 |
commit | 1d1b961888b4e115c21a5f00ec71c072239eab4c (patch) | |
tree | 71dedd660da3bf8f18d6d84b914126ac42c48041 /compiler/aasmdata.pas | |
parent | 99796cc4e024162d4ce0c1f13ca50f646a86d9b3 (diff) | |
download | fpc-1d1b961888b4e115c21a5f00ec71c072239eab4c.tar.gz |
* Fixed spell error revealed by lintian.
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16094 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/aasmdata.pas')
-rw-r--r-- | compiler/aasmdata.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/aasmdata.pas b/compiler/aasmdata.pas index ac45ad72cf..1744b00653 100644 --- a/compiler/aasmdata.pas +++ b/compiler/aasmdata.pas @@ -21,7 +21,7 @@ } { @abstract(This unit implements an abstract asm output class for all processor types) This unit implements an abstract assembler output class for all processors, these - are then overriden for each assembler writer to actually write the data in these + are then overridden for each assembler writer to actually write the data in these classes to an assembler file. } |