diff options
Diffstat (limited to 'lldb/source/Core/Communication.cpp')
-rw-r--r-- | lldb/source/Core/Communication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Communication.cpp b/lldb/source/Core/Communication.cpp index 51bf4c39706..6e1c545f066 100644 --- a/lldb/source/Core/Communication.cpp +++ b/lldb/source/Core/Communication.cpp @@ -108,7 +108,7 @@ Communication::Disconnect (Error *error_ptr) // don't want to pay for the overhead it might cause if every time we // access the connection we have to take a lock. // - // This auto_ptr will cleanup after itself when this object goes away, + // This unique pointer will cleanup after itself when this object goes away, // so there is no need to currently have it destroy itself immediately // upon disconnnect. //connection_sp.reset(); |