jdk/src/share/classes/java/util/logging/LogManager.java
changeset 14767 b64db1d425e5
parent 14691 22056e110b04
child 14774 4e298ffae1c7
--- a/jdk/src/share/classes/java/util/logging/LogManager.java	Mon Dec 10 14:56:44 2012 +0000
+++ b/jdk/src/share/classes/java/util/logging/LogManager.java	Mon Dec 10 15:15:57 2012 -0800
@@ -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.