Browse Source

* comment fixed

git-svn-id: trunk@5343 -
florian 19 năm trước cách đây
mục cha
commit
cab0f71d13
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/pmodules.pas

+ 1 - 1
compiler/pmodules.pas

@@ -504,7 +504,7 @@ implementation
            { Lineinfo unit }
            if (cs_use_lineinfo in current_settings.globalswitches) then
              AddUnit('LineInfo');
-           { Lineinfo unit }
+           { Valgrind requires c memory manager }
            if (cs_gdb_valgrind in current_settings.globalswitches) then
              AddUnit('CMem');
 {$ifdef cpufpemu}