| Index: base/win/scoped_handle.h
|
| diff --git a/base/win/scoped_handle.h b/base/win/scoped_handle.h
|
| index 6d8e4fbf18edb59d757aa3e35c5b2130b0b49ef0..00063afe3526f9df94d3ca6dbc0da5bb93ca5753 100644
|
| --- a/base/win/scoped_handle.h
|
| +++ b/base/win/scoped_handle.h
|
| @@ -27,7 +27,7 @@ namespace win {
|
|
|
| // Generic wrapper for raw handles that takes care of closing handles
|
| // automatically. The class interface follows the style of
|
| -// the ScopedStdioHandle class with one addition:
|
| +// the ScopedFILE class with one addition:
|
| // - IsValid() method can tolerate multiple invalid handle values such as NULL
|
| // and INVALID_HANDLE_VALUE (-1) for Win32 handles.
|
| template <class Traits, class Verifier>
|
|
|