diff options
-rw-r--r-- | lldb/source/Target/Target.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp index 8ef6b92f376..036ac0352bf 100644 --- a/lldb/source/Target/Target.cpp +++ b/lldb/source/Target/Target.cpp @@ -541,7 +541,7 @@ Target::ModuleAdded (ModuleSP &module_sp) void Target::ModuleUpdated (ModuleSP &old_module_sp, ModuleSP &new_module_sp) { - // A module is being added to this target for the first time + // A module is replacing an already added module ModuleList module_list; module_list.Append (old_module_sp); ModulesDidUnload (module_list); |