[clang-tidy] Fixing incorrect comment
authorJulie Hockett <juliehockett@google.com>
Tue, 13 Mar 2018 21:24:08 +0000 (21:24 +0000)
committerJulie Hockett <juliehockett@google.com>
Tue, 13 Mar 2018 21:24:08 +0000 (21:24 +0000)
llvm-svn: 327452

clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp

index a2c8a84..7d2f662 100644 (file)
@@ -524,7 +524,7 @@ extern volatile int CppCoreGuidelinesModuleAnchorSource;
 static int LLVM_ATTRIBUTE_UNUSED CppCoreGuidelinesModuleAnchorDestination =
     CppCoreGuidelinesModuleAnchorSource;
 
-// This anchor is used to force the linker to link the GoogleModule.
+// This anchor is used to force the linker to link the FuchsiaModule.
 extern volatile int FuchsiaModuleAnchorSource;
 static int LLVM_ATTRIBUTE_UNUSED FuchsiaModuleAnchorDestination =
     FuchsiaModuleAnchorSource;