Browse Source

* comment fixed

git-svn-id: trunk@5343 -
florian 18 years ago
parent
commit
cab0f71d13
1 changed files with 1 additions and 1 deletions
  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}