--- old/src/share/classes/java/util/logging/LogManager.java 2012-12-10 17:36:22.432905782 -0500 +++ new/src/share/classes/java/util/logging/LogManager.java 2012-12-10 17:36:22.276909074 -0500 @@ -243,7 +243,7 @@ * Protected constructor. This is protected so that container applications * (such as J2EE containers) can subclass the object. It is non-public as * it is intended that there only be one LogManager object, whose value is - * retrieved by calling Logmanager.getLogManager. + * retrieved by calling LogManager.getLogManager. */ protected LogManager() { // Add a shutdown hook to close the global handlers.