Skip to content

Commit b650594

Browse files
Update clang-tools-extra/clang-tidy/custom/CustomTidyModule.cpp
Co-authored-by: Baranov Victor <[email protected]>
1 parent 64c45dc commit b650594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-tidy/custom/CustomTidyModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extern void registerCustomChecks(ClangTidyOptions const &Options,
3939

4040
} // namespace custom
4141

42-
// Register the AlteraTidyModule using this statically initialized variable.
42+
// Register the CustomTidyModule using this statically initialized variable.
4343
static ClangTidyModuleRegistry::Add<custom::CustomModule>
4444
X("custom-module", "Adds custom query lint checks.");
4545

0 commit comments

Comments
 (0)