dsymutil: Fix a comment. [-Wdocumentation]
[oota-llvm.git] / tools / dsymutil / dsymutil.h
index a8a09702581e31740000a3ac8d94577663d3686b..91cb327661299c8b264e05ed2c15fa5fff984df7 100644 (file)
@@ -28,7 +28,7 @@ struct LinkOptions {
   bool Verbose;  ///< Verbosity
   bool NoOutput; ///< Skip emitting output
   bool NoODR;    ///< Do not unique types according to ODR
   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) {}
 };
 
   LinkOptions() : Verbose(false), NoOutput(false) {}
 };