diff options
author | Artem Belevich <tra@google.com> | 2015-09-17 20:19:33 +0000 |
---|---|---|
committer | Artem Belevich <tra@google.com> | 2015-09-17 20:19:33 +0000 |
commit | 4ea96421d151e5fab48b10122d54b73cee75400b (patch) | |
tree | 2065b88642874a27ac69d1c851e1cc071c1ef2af | |
parent | 8d8033c3b4e0087023ba328a4c772c79796e7421 (diff) | |
download | bcm5719-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.h | 2 |
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); /// } |