From 6304789ddebff87834341397a8addbc78fd2b51b Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 7 Jul 2015 04:09:55 +0000 Subject: [PATCH] Fix \param in r241472. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241552 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/TargetRegistry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Support/TargetRegistry.h b/include/llvm/Support/TargetRegistry.h index 64b5df7e046..40bf6fb20c9 100644 --- a/include/llvm/Support/TargetRegistry.h +++ b/include/llvm/Support/TargetRegistry.h @@ -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. -- 2.34.1