aboutsummaryrefslogtreecommitdiff
path: root/third_party/chromium/base/memory/ref_counted.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/chromium/base/memory/ref_counted.h')
-rw-r--r--third_party/chromium/base/memory/ref_counted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/chromium/base/memory/ref_counted.h b/third_party/chromium/base/memory/ref_counted.h
index a480eb0..eed3062 100644
--- a/third_party/chromium/base/memory/ref_counted.h
+++ b/third_party/chromium/base/memory/ref_counted.h
@@ -95,7 +95,7 @@ class BASE_EXPORT RefCountedThreadSafeBase {
//
// A base class for reference counted classes. Otherwise, known as a cheap
-// knock-off of WebKit's RefCounted<T> class. To use this guy just extend your
+// knock-off of WebKit's RefCounted<T> class. To use this, just extend your
// class from it like so:
//
// class MyFoo : public base::RefCounted<MyFoo> {