summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/dsymutil/dsymutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/dsymutil/dsymutil.h b/llvm/tools/dsymutil/dsymutil.h
index a8a09702581..91cb3276612 100644
--- a/llvm/tools/dsymutil/dsymutil.h
+++ b/llvm/tools/dsymutil/dsymutil.h
@@ -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) {}
};
OpenPOWER on IntegriCloud