Index: content/child/npobject_stub.h |
diff --git a/content/child/npobject_stub.h b/content/child/npobject_stub.h |
index 76b19b48ca7577e6234afbc49bda848434f8b052..70d3fbd5d13d4b80749fe2a0d2347b3757d41108 100644 |
--- a/content/child/npobject_stub.h |
+++ b/content/child/npobject_stub.h |
@@ -40,7 +40,7 @@ class NPObjectStub : public IPC::Listener, |
virtual ~NPObjectStub(); |
// Schedules tear-down of this stub. The underlying NPObject reference is |
- // released, and further invokations form the IPC channel will fail once this |
+ // released, and further invokations from the IPC channel will fail once this |
// call has returned. Deletion of the stub is deferred to the main loop, in |
// case it is touched as the stack unwinds. DeleteSoon() is safe to call |
// more than once, until control returns to the main loop. |