From 4ea96421d151e5fab48b10122d54b73cee75400b Mon Sep 17 00:00:00 2001 From: Artem Belevich Date: Thu, 17 Sep 2015 20:19:33 +0000 Subject: [PATCH] Fixed the comment to match reality. llvm-svn: 247930 --- clang/include/clang/Frontend/CompilerInstance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Frontend/CompilerInstance.h b/clang/include/clang/Frontend/CompilerInstance.h index 99a9d733d2f7..9fa250e71a1a 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); /// }