Index: runtime/bin/reference_counting.h |
diff --git a/runtime/bin/reference_counting.h b/runtime/bin/reference_counting.h |
index fb0c3dc8ed2c763b8ee737d7649057324dee8563..1cc88f13a122b8879dc461fb97fd4e11ceed5898 100644 |
--- a/runtime/bin/reference_counting.h |
+++ b/runtime/bin/reference_counting.h |
@@ -82,7 +82,7 @@ intptr_t ReferenceCounted<Derived>::instances_ = 0; |
#endif |
// Creates a scope at the end of which a reference counted object is |
-// Released. This is useful for reference counted objects recieved by the IO |
+// Released. This is useful for reference counted objects received by the IO |
// Service, which have already been Retained E.g.: |
// |
// CObject* Foo::FooRequest(const CObjectArray& request) { |