Skip to content

Commit

Permalink
Adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
skidder committed Nov 3, 2024
1 parent b983927 commit f3bef60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/verify_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def scan_deps(deps_dir: Path) -> Dict[str, str]:
if not file_path.is_file():
continue

# Only process shared and static libraries and headers
# Only process shared libraries, static libraries, and headers
if not file_path.suffix in ['.so', '.dylib', '.a', '.h']:
continue

Expand Down

0 comments on commit f3bef60

Please sign in to comment.