Skip to content

Commit 589f7af

Browse files
authored
Add missing function comment
1 parent 79cbea2 commit 589f7af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/check.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ main() {
7171
generate_report
7272
}
7373

74+
# Function 'process_blocklist' runs the various processing on the blocklist to
75+
# generate the results to be used in the report.
7476
process_blocklist() {
7577
# Count number of raw uncompressed entries
7678
raw_count="$(wc -l < raw.tmp)"

0 commit comments

Comments
 (0)