| Index: base/scoped_cftyperef.h
|
| diff --git a/base/scoped_cftyperef.h b/base/scoped_cftyperef.h
|
| index 89a07def04b3effbd99d4d52f4a0dd7779b25862..7b4f1e68350be1daf42210d49d2791b9c6576de2 100644
|
| --- a/base/scoped_cftyperef.h
|
| +++ b/base/scoped_cftyperef.h
|
| @@ -14,7 +14,7 @@
|
| // scoped_ptr<>'s interface, with which everyone is already familiar.
|
| //
|
| // When scoped_cftyperef<> takes ownership of an object (in the constructor or
|
| -// in reset()), it takes over the caller's existing ownership claim. The
|
| +// in reset()), it takes over the caller's existing ownership claim. The
|
| // caller must own the object it gives to scoped_cftyperef<>, and relinquishes
|
| // an ownership claim to that object. scoped_cftyperef<> does not call
|
| // CFRetain().
|
|
|