| Index: base/message_loop/message_pump_mac.h
|
| diff --git a/base/message_loop/message_pump_mac.h b/base/message_loop/message_pump_mac.h
|
| index c8532020847e287159401420ed2d81df7bdd4645..c46f2612666c72804ca96c57fb16c3f44d551ac6 100644
|
| --- a/base/message_loop/message_pump_mac.h
|
| +++ b/base/message_loop/message_pump_mac.h
|
| @@ -22,7 +22,7 @@
|
| //
|
| // Typically, MessagePumpNSApplication only makes sense on a Cocoa
|
| // application's main thread. If a CFRunLoop-based message pump is needed on
|
| -// any other thread, one of the other concrete subclasses is preferrable.
|
| +// any other thread, one of the other concrete subclasses is preferable.
|
| // MessagePumpMac::Create is defined, which returns a new NSApplication-based
|
| // or NSRunLoop-based MessagePump subclass depending on which thread it is
|
| // called on.
|
|
|