From: Artem Belevich Date: Thu, 17 Sep 2015 20:19:33 +0000 (+0000) Subject: Fixed the comment to match reality. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c4fb70f0c3cd232040a5d6222952ee0d4cbccbf;p=clang Fixed the comment to match reality. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247930 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Frontend/CompilerInstance.h b/include/clang/Frontend/CompilerInstance.h index 99a9d733d2..9fa250e71a 100644 --- a/include/clang/Frontend/CompilerInstance.h +++ b/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); /// }