Skip to content

Commit 726a7b9

Browse files
committed
Correct typo
1 parent 679267f commit 726a7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_codegen_ssa/src/codegen_attrs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ fn codegen_fn_attrs(tcx: TyCtxt<'_>, did: LocalDefId) -> CodegenFnAttrs {
139139
}
140140
Some([item]) if item.has_name(sym::on) => {
141141
// Allow #[coverage(on)] for being explicit, maybe also in future to enable
142-
// coverage on a smaller scope within an excluded larger scopy.
142+
// coverage on a smaller scope within an excluded larger scope.
143143
}
144144
Some(_) | None => {
145145
tcx.sess.emit_err(ExpectedCoverageSymbol { span: attr.span });

0 commit comments

Comments
 (0)