Skip to content

Commit 882f736

Browse files
committed
doc: lint: correct outdated comment (s/Makefile.am/CMakeLists.txt/)
1 parent 1786be7 commit 882f736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lint/test_runner/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ fn lint_includes_build_config() -> LintResult {
429429
])
430430
.args(get_pathspecs_exclude_subtrees())
431431
.args([
432-
// These are exceptions which don't use bitcoin-build-config.h, rather the Makefile.am adds
432+
// These are exceptions which don't use bitcoin-build-config.h, rather CMakeLists.txt adds
433433
// these cppflags manually.
434434
":(exclude)src/crypto/sha256_arm_shani.cpp",
435435
":(exclude)src/crypto/sha256_avx2.cpp",

0 commit comments

Comments
 (0)