[clang-tidy] Fixing incorrect comment

llvm-svn: 327452
This commit is contained in:
Julie Hockett 2018-03-13 21:24:08 +00:00
parent 1ccae9d943
commit c12d753fad
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ extern volatile int CppCoreGuidelinesModuleAnchorSource;
static int LLVM_ATTRIBUTE_UNUSED CppCoreGuidelinesModuleAnchorDestination = static int LLVM_ATTRIBUTE_UNUSED CppCoreGuidelinesModuleAnchorDestination =
CppCoreGuidelinesModuleAnchorSource; 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; extern volatile int FuchsiaModuleAnchorSource;
static int LLVM_ATTRIBUTE_UNUSED FuchsiaModuleAnchorDestination = static int LLVM_ATTRIBUTE_UNUSED FuchsiaModuleAnchorDestination =
FuchsiaModuleAnchorSource; FuchsiaModuleAnchorSource;