[llvm] r248353 - dsymutil: Fix a comment. [-Wdocumentation]

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 17:19:20 PDT 2015


Author: chapuni
Date: Tue Sep 22 19:19:20 2015
New Revision: 248353

URL: http://llvm.org/viewvc/llvm-project?rev=248353&view=rev
Log:
dsymutil: Fix a comment. [-Wdocumentation]

Modified:
    llvm/trunk/tools/dsymutil/dsymutil.h

Modified: llvm/trunk/tools/dsymutil/dsymutil.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/dsymutil/dsymutil.h?rev=248353&r1=248352&r2=248353&view=diff
==============================================================================
--- llvm/trunk/tools/dsymutil/dsymutil.h (original)
+++ llvm/trunk/tools/dsymutil/dsymutil.h Tue Sep 22 19:19:20 2015
@@ -28,7 +28,7 @@ struct LinkOptions {
   bool Verbose;  ///< Verbosity
   bool NoOutput; ///< Skip emitting output
   bool NoODR;    ///< Do not unique types according to ODR
-  std::string PrependPath; //< -oso-prepend-path
+  std::string PrependPath; ///< -oso-prepend-path
 
   LinkOptions() : Verbose(false), NoOutput(false) {}
 };




More information about the llvm-commits mailing list