6615015: Typo in javadoc for Component.getTreeLock()
authordcherepanov
Thu Apr 03 15:48:10 2008 +0400 (23 months ago)
changeset 226e80d1e36f553
parent 225a1bef1a012e0
child 2285c5a54b9d08d
6615015: Typo in javadoc for Component.getTreeLock()
Summary: fix for typo
Reviewed-by: son
src/share/classes/java/awt/Component.java
--- a/src/share/classes/java/awt/Component.java Thu Apr 03 15:00:21 2008 +0400
+++ b/src/share/classes/java/awt/Component.java Thu Apr 03 15:48:10 2008 +0400
@@ -1005,7 +1005,7 @@ public abstract class Component implemen
/**
* 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
*/