Index: base/bind_helpers.h |
diff --git a/base/bind_helpers.h b/base/bind_helpers.h |
index d717892c8f51e316fe4069192e4f7ec7b408a93a..e31ef05ff1a78cf41353b110d18a93984d8fdfd4 100644 |
--- a/base/bind_helpers.h |
+++ b/base/bind_helpers.h |
@@ -12,7 +12,7 @@ |
// |
// ARGUMENT BINDING WRAPPERS |
// |
-// The wrapper functions are base::Unretained(), base::Owned(), bass::Passed(), |
+// The wrapper functions are base::Unretained(), base::Owned(), base::Passed(), |
// base::ConstRef(), and base::IgnoreResult(). |
// |
// Unretained() allows Bind() to bind a non-refcounted class, and to disable |