lazutils: fixed typo

git-svn-id: trunk@48418 -
This commit is contained in:
mattias 2015-03-18 18:52:45 +00:00
parent 82504c2aaf
commit 0763ff58d5

View File

@ -49,7 +49,7 @@ type
// %0:s Current block, since enter
// %1:s Sum of Nested blocks frame
// %2:s Paren block, since enter
// %2:s Parent block, since enter
// %4:s Sum of Nested blocks in parent frame
function DbgsMemUsed(AFormat: String = '%0:d'): string;
function DbgsTimeUsed(AFormat: String = '%0:n'): string;