| Index: base/metrics/sample_vector.cc
|
| diff --git a/base/metrics/sample_vector.cc b/base/metrics/sample_vector.cc
|
| index 219ab712de1aea46500fba45d907763fca0cb52a..5306c3e4a0261355215ae42c8d749545da785c80 100644
|
| --- a/base/metrics/sample_vector.cc
|
| +++ b/base/metrics/sample_vector.cc
|
| @@ -272,7 +272,7 @@ void SampleVectorBase::MountCountsStorageAndMoveSingleSample() {
|
| // Point |counts_| to the newly created storage. This is done while
|
| // locked to prevent possible concurrent calls to CreateCountsStorage
|
| // but, between that call and here, other threads could notice the
|
| - // existance of the storage and race with this to set_counts(). That's
|
| + // existence of the storage and race with this to set_counts(). That's
|
| // okay because (a) it's atomic and (b) it always writes the same value.
|
| set_counts(counts);
|
| }
|
|
|