Skip to content

Commit 7a8a6a0

Browse files
committed
doc: Fix comment in contrib/devtools/check-deps.sh script
1 parent 712d105 commit 7a8a6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/devtools/check-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ usage() {
5858
echo "Usage: $(basename "${BASH_SOURCE[0]}") [BUILD_DIR]"
5959
}
6060

61-
# Output makefile targets, converting library .a paths to libtool .la targets
61+
# Output makefile targets, converting library .a paths to CMake targets
6262
lib_targets() {
6363
for lib in "${!LIBS[@]}"; do
6464
for lib_path in ${LIBS[$lib]}; do

0 commit comments

Comments
 (0)