aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/executor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/executor.cc b/executor/executor.cc
index e0280054c..68d5276aa 100644
--- a/executor/executor.cc
+++ b/executor/executor.cc
@@ -576,7 +576,7 @@ void handle_completion(thread_t* th)
write_output(reserrno);
write_output(th->fault_injected);
uint32_t* signal_count_pos = write_output(0); // filled in later
- uint32_t* cover_count_pos = write_output(0); // filled in later
+ uint32_t* cover_count_pos = write_output(0); // filled in later
// Write out feedback signals.
// Currently it is code edges computed as xor of two subsequent basic block PCs.