6615015: Typo in javadoc for Component.getTreeLock()
Summary: fix for typo
Reviewed-by: son
--- 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
*/