Skip to content

Commit e07d3d7

Browse files
committed
minor typo fix
1 parent 6fae196 commit e07d3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

afl-cov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ def is_bin_gcov_enabled(binary, cargs):
830830
False, cargs, WANT_OUTPUT)[1]:
831831
if ' __gcov' in line:
832832
if cargs.validate_args or cargs.gcov_check or cargs.gcov_check_bin:
833-
print "[+] Binary '%s' is compiled with code coverage support gcc." % binary
833+
print "[+] Binary '%s' is compiled with code coverage support via gcc." % binary
834834
rv = True
835835
break
836836

0 commit comments

Comments
 (0)