dsymutil: Fix a comment. [-Wdocumentation]

llvm-svn: 248353
This commit is contained in:
NAKAMURA Takumi 2015-09-23 00:19:20 +00:00
parent 48ea900c67
commit ca6f044f35
1 changed files with 1 additions and 1 deletions

View File

@ -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) {}
};