* comment spelling fix (modifed->modified)

git-svn-id: trunk@35119 -
This commit is contained in:
marco 2016-12-13 12:50:38 +00:00
parent bcb2d5b975
commit bc39eb29d3

View File

@ -62,7 +62,7 @@ end;
// multiple issues with its old GNU assembler (Mantis #19188). // multiple issues with its old GNU assembler (Mantis #19188).
// Even after fixing them, it can be enabled only for the trunk version, // Even after fixing them, it can be enabled only for the trunk version,
// otherwise bootstrapping won't be possible. // otherwise bootstrapping won't be possible.
// Modifed to use oldbinutils as in cpu.pp source, to allow easier use for other targets. // Modified to use oldbinutils as in cpu.pp source, to allow easier use for other targets.
{$ifdef freebsd} {$ifdef freebsd}
{$ifndef overridebinutils} {$ifndef overridebinutils}
{$define oldbinutils} {$define oldbinutils}