diff options
Diffstat (limited to 'mojo/shell/public/cpp/connection.h')
-rw-r--r-- | mojo/shell/public/cpp/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/shell/public/cpp/connection.h b/mojo/shell/public/cpp/connection.h index a21657f..f4c3c19 100644 --- a/mojo/shell/public/cpp/connection.h +++ b/mojo/shell/public/cpp/connection.h @@ -43,7 +43,7 @@ class ServiceConnector; // // Just as with InterfaceFactory, ServiceConnector must outlive Connection. // -// An Connection's lifetime is managed by an ApplicationImpl. To close a +// An Connection's lifetime is managed by an ShellConnection. To close a // connection, call CloseConnection which will destroy this object. class Connection { public: |