From 2002650a235746933ecc4b4b8c66552a7f4e4ef5 Mon Sep 17 00:00:00 2001 From: svenbarth Date: Sat, 24 Aug 2019 23:08:17 +0000 Subject: [PATCH] * small corrections (grammar, casing, typo) for the comment for TCallConv git-svn-id: trunk@42802 - --- rtl/objpas/typinfo.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtl/objpas/typinfo.pp b/rtl/objpas/typinfo.pp index 97438ee6d0..77aa81c0ab 100644 --- a/rtl/objpas/typinfo.pp +++ b/rtl/objpas/typinfo.pp @@ -95,8 +95,8 @@ unit TypInfo; TIntfFlagsBase = set of TIntfFlag; // don't rely on integer values of TCallConv since it includes all conventions - // which both delphi and fpc support. In the future delphi can support more and - // fpc own conventions will be shifted/reordered accordinly + // which both Delphi and FPC support. In the future Delphi can support more and + // FPC's own conventions will be shifted/reordered accordingly TCallConv = (ccReg, ccCdecl, ccPascal, ccStdCall, ccSafeCall, ccCppdecl, ccFar16, ccOldFPCCall, ccInternProc, ccSysCall, ccSoftFloat, ccMWPascal);