https://issues.apache.org/bugzilla/show_bug.cgi?id=50459
Fixed incorrect comment in code
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1044747 13f79535-47bb-0310-9956-
ffa450edef68
((Lifecycle) loader).start();
// since the loader just started, the webapp classloader is now
- // created by calling unbindThread and bindThread in a row, we
- // setup the current Thread CCL to be the webapp classloader
+ // created.
+ // By calling unbindThread and bindThread in a row, we setup the
+ // current Thread CCL to be the webapp classloader
unbindThread(oldCCL);
oldCCL = bindThread();