Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / devtools_bridge / android / java / src / org / chromium / components / devtools_bridge / SocketTunnelBase.java
index 7c1439a..e0ca732 100644 (file)
@@ -40,7 +40,7 @@ import java.util.concurrent.locks.ReentrantReadWriteLock;
  * ID is safe to be reused.
  */
 public abstract class SocketTunnelBase {
-    // Data channel is threadsafe but access to the reference needs synchromization.
+    // Data channel is threadsafe but access to the reference needs synchronization.
     private final ReadWriteLock mDataChanneliReferenceLock = new ReentrantReadWriteLock();
     private volatile AbstractDataChannel mDataChannel;