| Index: base/time/time.h
|
| diff --git a/base/time/time.h b/base/time/time.h
|
| index fddb3d4ae2d29e44a848f03171bcde8e746fa154..d3dce0773ac006f78bfd9efe415360208518d17c 100644
|
| --- a/base/time/time.h
|
| +++ b/base/time/time.h
|
| @@ -790,7 +790,7 @@ BASE_EXPORT std::ostream& operator<<(std::ostream& os, TimeTicks time_ticks);
|
|
|
| // ThreadTicks ----------------------------------------------------------------
|
|
|
| -// Represents a clock, specific to a particular thread, than runs only while the
|
| +// Represents a clock, specific to a particular thread, that runs only while the
|
| // thread is running.
|
| class BASE_EXPORT ThreadTicks : public time_internal::TimeBase<ThreadTicks> {
|
| public:
|
|
|