From a53d2d47bf8642d923ac3fcf81c3bb496aec54aa Mon Sep 17 00:00:00 2001 From: markt Date: Sun, 20 Dec 2009 17:38:28 +0000 Subject: [PATCH] Comment typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@892621 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java b/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java index 79c44a9e8..11ee6108a 100644 --- a/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java +++ b/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java @@ -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; -- 2.11.0