6615015: Typo in javadoc for Component.getTreeLock()
authordcherepanov
Thu, 03 Apr 2008 15:48:10 +0400
changeset 435 30ae000d9354
parent 434 acc4487b3f1b
child 437 101b84dce5da
6615015: Typo in javadoc for Component.getTreeLock() Summary: fix for typo Reviewed-by: son
jdk/src/share/classes/java/awt/Component.java
--- a/jdk/src/share/classes/java/awt/Component.java	Thu Apr 03 15:00:21 2008 +0400
+++ b/jdk/src/share/classes/java/awt/Component.java	Thu Apr 03 15:48:10 2008 +0400
@@ -1005,7 +1005,7 @@
 
     /**
      * Gets this component's locking object (the object that owns the thread
-     * sychronization monitor) for AWT component-tree and layout
+     * synchronization monitor) for AWT component-tree and layout
      * operations.
      * @return this component's locking object
      */