| Index: net/proxy/proxy_resolver_v8.h
|
| diff --git a/net/proxy/proxy_resolver_v8.h b/net/proxy/proxy_resolver_v8.h
|
| index ecd8d13acc3730aea91953b96745d6c1c7059f7b..a74f36937106012c626fa7c028f8272e73a79758 100644
|
| --- a/net/proxy/proxy_resolver_v8.h
|
| +++ b/net/proxy/proxy_resolver_v8.h
|
| @@ -26,7 +26,7 @@ class ProxyResolverJSBindings;
|
| // since only one will be running inside V8 at a time.
|
| //
|
| // It is important that *ALL* instances of V8 in the process be using
|
| -// v8::Locker. If not there can be race conditions beween the non-locked V8
|
| +// v8::Locker. If not there can be race conditions between the non-locked V8
|
| // instances and the locked V8 instances used by ProxyResolverV8 (assuming they
|
| // run on different threads).
|
| //
|
|
|