Fix a copy/paste error in a comment.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@136754 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Target/Target.cpp b/source/Target/Target.cpp
index 8ef6b92..036ac03 100644
--- a/source/Target/Target.cpp
+++ b/source/Target/Target.cpp
@@ -541,7 +541,7 @@
 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);