Fix \param in r241472. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 7 Jul 2015 04:09:55 +0000 (04:09 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 7 Jul 2015 04:09:55 +0000 (04:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241552 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/TargetRegistry.h

index 64b5df7e046a86a4d25b67de95f3a4b99474985a..40bf6fb20c9fc93339ddd98c9b2c43ddc55d0ebc 100644 (file)
@@ -352,7 +352,7 @@ public:
   /// createTargetMachine - Create a target specific machine implementation
   /// for the specified \p Triple.
   ///
-  /// \param Triple This argument is used to determine the target machine
+  /// \param TT This argument is used to determine the target machine
   /// feature set; it should always be provided. Generally this should be
   /// either the target triple from the module, or the target triple of the
   /// host if that does not exist.