Chromium Code Reviews| 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 |
|
robertshield
2014/01/02 20:42:22
recommend extracting this change into its own CL a
csharp
2014/01/02 21:57:59
Done.
|
| // determined. |
| DWORD GetValueCount() const; |