| Index: base/win/registry.h
|
| diff --git a/base/win/registry.h b/base/win/registry.h
|
| index f97f4f5a379634b9e3879198a9338524a72256cb..0e115c6622c7a7bbfeee9fe98554d730805938d1 100644
|
| --- a/base/win/registry.h
|
| +++ b/base/win/registry.h
|
| @@ -57,7 +57,7 @@ class BASE_EXPORT RegKey {
|
| // occurrs while attempting to access it.
|
| bool HasValue(const wchar_t* value_name) const;
|
|
|
| - // Returns the number of values for this key, of 0 if the number cannot be
|
| + // Returns the number of values for this key, or 0 if the number cannot be
|
| // determined.
|
| DWORD GetValueCount() const;
|
|
|
|
|