Skip to content

Commit 121797b

Browse files
authored
Apply suggestions from code review
1 parent 353f538 commit 121797b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ConstCorrectnessCheck::ConstCorrectnessCheck(StringRef Name,
5656
AnalyzePointers == false)
5757
this->configurationDiag(
5858
"The check 'misc-const-correctness' will not "
59-
"perform any analysis because both 'AnalyzeValues', "
59+
"perform any analysis because 'AnalyzeValues', "
6060
"'AnalyzeReferences' and 'AnalyzePointers' are false.");
6161
}
6262

0 commit comments

Comments
 (0)