summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Belevich <tra@google.com>2015-09-17 20:19:33 +0000
committerArtem Belevich <tra@google.com>2015-09-17 20:19:33 +0000
commit4ea96421d151e5fab48b10122d54b73cee75400b (patch)
tree2065b88642874a27ac69d1c851e1cc071c1ef2af
parent8d8033c3b4e0087023ba328a4c772c79796e7421 (diff)
downloadbcm5719-llvm-4ea96421d151e5fab48b10122d54b73cee75400b.tar.gz
bcm5719-llvm-4ea96421d151e5fab48b10122d54b73cee75400b.zip
Fixed the comment to match reality.
llvm-svn: 247930
-rw-r--r--clang/include/clang/Frontend/CompilerInstance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Frontend/CompilerInstance.h b/clang/include/clang/Frontend/CompilerInstance.h
index 99a9d733d2f..9fa250e71a1 100644
--- a/clang/include/clang/Frontend/CompilerInstance.h
+++ b/clang/include/clang/Frontend/CompilerInstance.h
@@ -348,7 +348,7 @@ public:
return *Target;
}
- /// Replace the current diagnostics engine.
+ /// Replace the current Target.
void setTarget(TargetInfo *Value);
/// }
OpenPOWER on IntegriCloud