From bc39eb29d3a78b26b142ee54a286ac2e3bdec622 Mon Sep 17 00:00:00 2001 From: marco Date: Tue, 13 Dec 2016 12:50:38 +0000 Subject: [PATCH] * comment spelling fix (modifed->modified) git-svn-id: trunk@35119 - --- rtl/x86_64/x86_64.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/x86_64/x86_64.inc b/rtl/x86_64/x86_64.inc index 50d445580d..5beb9e4cfe 100644 --- a/rtl/x86_64/x86_64.inc +++ b/rtl/x86_64/x86_64.inc @@ -62,7 +62,7 @@ end; // multiple issues with its old GNU assembler (Mantis #19188). // Even after fixing them, it can be enabled only for the trunk version, // 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} {$ifndef overridebinutils} {$define oldbinutils}