Index: base/callback.h |
diff --git a/base/callback.h b/base/callback.h |
index 001dd07f27fa4d1d043473b911a4608cc43324d6..5a9aa8d236896c8651c677dd2e4055dd243e87ef 100644 |
--- a/base/callback.h |
+++ b/base/callback.h |
@@ -124,7 +124,7 @@ |
// There are three main components to the system: |
// 1) The Callback classes. |
// 2) The Bind() functions. |
-// 3) The arguments wrappers (eg., Unretained() and ConstRef()). |
+// 3) The arguments wrappers (e.g., Unretained() and ConstRef()). |
awong
2011/12/12 21:56:56
Can you also update base/callback.h.pump?
James Hawkins
2011/12/12 22:23:29
Done.
|
// |
// The Callback classes represent a generic function pointer. Internally, |
// it stores a refcounted piece of state that represents the target function |