Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2461)

Unified Diff: base/scoped_cftyperef.h

Issue 552004: Style cleanup in preparation for auto-linting base/. (Closed)
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/resource_util.h ('k') | base/scoped_handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/scoped_cftyperef.h
diff --git a/base/scoped_cftyperef.h b/base/scoped_cftyperef.h
index 7b4f1e68350be1daf42210d49d2791b9c6576de2..89a07def04b3effbd99d4d52f4a0dd7779b25862 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().
« no previous file with comments | « base/resource_util.h ('k') | base/scoped_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698