]> granicus.if.org Git - clang/commitdiff
Fixed the comment to match reality.
authorArtem Belevich <tra@google.com>
Thu, 17 Sep 2015 20:19:33 +0000 (20:19 +0000)
committerArtem Belevich <tra@google.com>
Thu, 17 Sep 2015 20:19:33 +0000 (20:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247930 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/CompilerInstance.h

index 99a9d733d2f74d47df3b5aa73abc22542265a8cb..9fa250e71a1ab0b0e90971f14b17d41d7246e5e0 100644 (file)
@@ -348,7 +348,7 @@ public:
     return *Target;
   }
 
-  /// Replace the current diagnostics engine.
+  /// Replace the current Target.
   void setTarget(TargetInfo *Value);
 
   /// }