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/ncgbas.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/ncgbas.pas')
-rw-r--r-- | compiler/ncgbas.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/ncgbas.pas b/compiler/ncgbas.pas index d926f25f57..a8625aa749 100644 --- a/compiler/ncgbas.pas +++ b/compiler/ncgbas.pas @@ -261,7 +261,7 @@ interface ait_instruction : begin { remove cached insentry, because the new code can - require an other less optimized instruction } + require another less optimized instruction } {$ifdef i386} {$ifndef NOAG386BIN} taicpu(hp2).ResetPass1; @@ -306,7 +306,7 @@ interface ait_instruction : begin { remove cached insentry, because the new code can - require an other less optimized instruction } + require another less optimized instruction } {$ifdef i386} {$ifndef NOAG386BIN} taicpu(hp).ResetPass1; |