From: NAKAMURA Takumi <geek4civic@gmail.com>
Date: Wed, 23 Sep 2015 00:19:20 +0000 (+0000)
Subject: dsymutil: Fix a comment. [-Wdocumentation]
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=826813ee9f8882bf7bb9ad258bbcaa30ebfed1c1;p=oota-llvm.git

dsymutil: Fix a comment. [-Wdocumentation]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248353 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/tools/dsymutil/dsymutil.h b/tools/dsymutil/dsymutil.h
index a8a09702581..91cb3276612 100644
--- a/tools/dsymutil/dsymutil.h
+++ b/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) {}
 };