Browse Source

* fixed comment error (twpodeadcodeinfo keeps a list of live,
not dead symbols)

git-svn-id: branches/wpo@11893 -

Jonas Maebe 17 years ago
parent
commit
13e4fbab56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/optdead.pas

+ 1 - 1
compiler/optdead.pas

@@ -38,7 +38,7 @@ unit optdead;
 
 
       twpodeadcodeinfo = class(twpodeadcodehandler)
       twpodeadcodeinfo = class(twpodeadcodehandler)
        private
        private
-        { hashtable of symbols which are dead for some reason }
+        { hashtable of symbols which are live }
         fsymbols     : tfphashlist;
         fsymbols     : tfphashlist;
 
 
        public
        public