diff options
author | Eli Bendersky <eliben@google.com> | 2013-03-08 22:29:44 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2013-03-08 22:29:44 +0000 |
commit | d25c05efd55fe190a50965b31e04db69bd8e19de (patch) | |
tree | 5c5cd9fd27af5a12a67166d15a9a0c22b8baa823 /lib/Linker | |
parent | cacf97107972d0c9d29d14b8d67183c998d17d94 (diff) |
Clean up out-of-date comments and some stray whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176729 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Linker')
-rw-r--r-- | lib/Linker/LinkModules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Linker/LinkModules.cpp b/lib/Linker/LinkModules.cpp index c358a0ad72..0acbcfadaf 100644 --- a/lib/Linker/LinkModules.cpp +++ b/lib/Linker/LinkModules.cpp @@ -1292,7 +1292,7 @@ bool ModuleLinker::run() { //===----------------------------------------------------------------------===// /// LinkModules - This function links two modules together, with the resulting -/// left module modified to be the composite of the two input modules. If an +/// Dest module modified to be the composite of the two input modules. If an /// error occurs, true is returned and ErrorMsg (if not null) is set to indicate /// the problem. Upon failure, the Dest module could be in a modified state, /// and shouldn't be relied on to be consistent. |