package coverage
-// Types and constants related to the output files files written
+// Types and constants related to the output files written
// by code coverage tooling. When a coverage-instrumented binary
// is run, it emits two output files: a meta-data output file, and
// a counter data output file.
// jumps or control transfers). An "intraline" unit corresponds to a
// logical clause nested within some other simple unit. A simple unit
// will have a zero Parent value; for an intraline unit NxStmts will
-// be zero and and Parent will be set to 1 plus the index of the
+// be zero and Parent will be set to 1 plus the index of the
// containing simple statement. Example:
//
// L7: q := 1
dbad := "/dev/null"
_, err = pods.CollectPods([]string{dbad}, true)
if err == nil {
- t.Errorf("exected error due to unreadable dir")
+ t.Errorf("executed error due to unreadable dir")
}
}
}