Comment typo
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 20 Dec 2009 17:38:28 +0000 (17:38 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 20 Dec 2009 17:38:28 +0000 (17:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@892621 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

index 79c44a9..11ee610 100644 (file)
@@ -81,7 +81,7 @@ public class JreMemoryLeakPreventionListener implements LifecycleListener {
 
     /**
      * 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;