You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2009/12/20 18:38:28 UTC

svn commit: r892621 - /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

Author: markt
Date: Sun Dec 20 17:38:28 2009
New Revision: 892621

URL: http://svn.apache.org/viewvc?rev=892621&view=rev
Log:
Comment typo

Modified:
    tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java?rev=892621&r1=892620&r2=892621&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java (original)
+++ tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java Sun Dec 20 17:38:28 2009
@@ -81,7 +81,7 @@
 
     /**
      * XML parsing can pin a web application class loader in memory. This is
-     * particularly nasty as profilers (at least YourKit and Eclispe MAT) don't
+     * particularly nasty as profilers (at least YourKit and Eclipse MAT) don't
      * identify any GC roots related to this. 
      */
     private boolean xmlParsingProtection = true;



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org