summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-07-07 04:09:55 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-07-07 04:09:55 +0000
commit7c754ea264e24243a92c60643d4ec56de3e2327e (patch)
tree34fe87bb5cb5e17dc091ff4ed72fc2d62c6b640a
parentd0880e3ae3ac5ca5bb22e8cff11f6861917a3666 (diff)
downloadbcm5719-llvm-7c754ea264e24243a92c60643d4ec56de3e2327e.tar.gz
bcm5719-llvm-7c754ea264e24243a92c60643d4ec56de3e2327e.zip
Fix \param in r241472. [-Wdocumentation]
llvm-svn: 241552
-rw-r--r--llvm/include/llvm/Support/TargetRegistry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/TargetRegistry.h b/llvm/include/llvm/Support/TargetRegistry.h
index 64b5df7e046..40bf6fb20c9 100644
--- a/llvm/include/llvm/Support/TargetRegistry.h
+++ b/llvm/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.
OpenPOWER on IntegriCloud