From 185f20b9ecfaa598d6d6e3c042707c4e87273e0f Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 28 Dec 2020 10:46:35 +0000 Subject: [PATCH] * fix comment typo mentioned by Bart git-svn-id: trunk@47866 - --- compiler/psub.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/psub.pas b/compiler/psub.pas index 7a6ff296d8..0d7ccbabe4 100644 --- a/compiler/psub.pas +++ b/compiler/psub.pas @@ -2165,7 +2165,7 @@ implementation { translate imag. register to their real counter parts this is necessary for debuginfo and verbose assembler output - when SSA will be impelented, this will be more complicated because we've to + when SSA will be implemented, this will be more complicated because we've to maintain location lists } procdef.parast.SymList.ForEachCall(@translate_registers,templist); procdef.localst.SymList.ForEachCall(@translate_registers,templist);