diff options
Diffstat (limited to 'nim/cgen.pas')
-rwxr-xr-x | nim/cgen.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/cgen.pas b/nim/cgen.pas index 0b74f25b7..83c34241a 100755 --- a/nim/cgen.pas +++ b/nim/cgen.pas @@ -43,7 +43,7 @@ type cfsProcs, // section for C procs that are not inline cfsTypeInit1, // section 1 for declarations of type information cfsTypeInit2, // section 2 for initialization of type information - cfsTypeInit3, // section 3 for init of type information + cfsTypeInit3, // section 3 for initialization of type information cfsDebugInit, // section for initialization of debug information cfsDynLibInit, // section for initialization of dynamic library binding cfsDynLibDeinit // section for deinitialization of dynamic libraries |