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 | 970cc63448cc3e28a2c125374ca6c12a30d2f384 (patch) | |
| tree | 2e7bc0dcb818294737f94607e1cd1659574092c4 /llvm/lib | |
| parent | a0a86bed7143da94aaf4b26c4f24fd7af6442463 (diff) | |
| download | bcm5719-llvm-970cc63448cc3e28a2c125374ca6c12a30d2f384.tar.gz bcm5719-llvm-970cc63448cc3e28a2c125374ca6c12a30d2f384.zip | |
Clean up out-of-date comments and some stray whitespace
llvm-svn: 176729
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Linker/LinkModules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Linker/LinkModules.cpp b/llvm/lib/Linker/LinkModules.cpp index c358a0ad72b..0acbcfadafb 100644 --- a/llvm/lib/Linker/LinkModules.cpp +++ b/llvm/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. |

