Skip to content

Commit f13c871

Browse files
Update a comment in instrument_cover_goals
1 parent 6c39443 commit f13c871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-instrument/cover.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ void instrument_cover_goals(
11871187
source_locationt source_location=
11881188
basic_blocks.source_location_of(block_nr);
11891189

1190-
// check whether the current goal already exists
1190+
// check whether the current goal needs to be covered
11911191
if(
11921192
!source_location.get_file().empty() &&
11931193
!source_location.is_built_in() && cover_curr_function)

0 commit comments

Comments
 (0)