Skip to content

Commit 5485abe

Browse files
fix comment
1 parent 9e1ff4d commit 5485abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clusterfuzz/_internal/datastore/data_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ def record_fuzz_targets(engine_name, binaries, job_type):
16711671
jobs = get_or_create_multi_entities_from_keys(job_mapping)
16721672

16731673
for job in jobs:
1674-
# TODO(metzman): Decide if we want to handle unused fuzzers differentlyo.
1674+
# TODO(metzman): Decide if we want to handle unused fuzzers differently.
16751675
job.last_run = utils.utcnow()
16761676

16771677
ndb_utils.put_multi(jobs)

0 commit comments

Comments
 (0)