[lld] r234252 - Fix a very silly typo in my previous commit. I need	more coffee.
    Davide Italiano 
    davide at freebsd.org
       
    Mon Apr  6 15:57:58 PDT 2015
    
    
  
Author: davide
Date: Mon Apr  6 17:57:58 2015
New Revision: 234252
URL: http://llvm.org/viewvc/llvm-project?rev=234252&view=rev
Log:
Fix a very silly typo in my previous commit. I need more coffee.
Spotted by Simon Atanasyan.
Modified:
    lld/trunk/include/lld/ReaderWriter/ELFLinkingContext.h
Modified: lld/trunk/include/lld/ReaderWriter/ELFLinkingContext.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/include/lld/ReaderWriter/ELFLinkingContext.h?rev=234252&r1=234251&r2=234252&view=diff
==============================================================================
--- lld/trunk/include/lld/ReaderWriter/ELFLinkingContext.h (original)
+++ lld/trunk/include/lld/ReaderWriter/ELFLinkingContext.h Mon Apr  6 17:57:58 2015
@@ -294,7 +294,7 @@ public:
 
   /// \brief Enable new dtags.
   /// If this flag is set lld emits DT_RUNPATH instead of
-  /// DT_RUNPATH. They are functionally equivalent except for
+  /// DT_RPATH. They are functionally equivalent except for
   /// the following two differences:
   /// - DT_RUNPATH is searched after LD_LIBRARY_PATH, while
   /// DT_RPATH is searched before.
    
    
More information about the llvm-commits
mailing list