fix few typos
This commit is contained in:
parent
62652865b6
commit
f43ee8ebf6
32 changed files with 39 additions and 39 deletions
|
@ -1521,7 +1521,7 @@ pub enum StatementKind<'tcx> {
|
|||
/// Marks the start of a "coverage region", injected with '-Zinstrument-coverage'. A
|
||||
/// `Coverage` statement carries metadata about the coverage region, used to inject a coverage
|
||||
/// map into the binary. If `Coverage::kind` is a `Counter`, the statement also generates
|
||||
/// executable code, to increment a counter varible at runtime, each time the code region is
|
||||
/// executable code, to increment a counter variable at runtime, each time the code region is
|
||||
/// executed.
|
||||
Coverage(Box<Coverage>),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue