| Index: base/threading/thread_collision_warner.h
|
| diff --git a/base/threading/thread_collision_warner.h b/base/threading/thread_collision_warner.h
|
| index 4460602c6c403545f048bbce4133aecedd7ed638..24f09205886285051055c5e957bfa9f52689a73f 100644
|
| --- a/base/threading/thread_collision_warner.h
|
| +++ b/base/threading/thread_collision_warner.h
|
| @@ -79,7 +79,7 @@
|
| //
|
| //
|
| // Example: Class that has to be contructed/destroyed on same thread, it has
|
| -// a "shareable" method (with external syncronization) and a not
|
| +// a "shareable" method (with external synchronization) and a not
|
| // shareable method (even with external synchronization).
|
| //
|
| // In this case 3 Critical sections have to be defined
|
|
|