Skip to content

Commit bf7a9eb

Browse files
Update src/eval.rs
Co-authored-by: Ralf Jung <post@ralfj.de>
1 parent b48696e commit bf7a9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eval.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pub enum BacktraceStyle {
7171
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
7272
pub enum ProvenanceMode {
7373
/// Int2ptr casts return pointers with "wildcard" provenance
74-
/// that basically match that of all exposed pointers
74+
/// that basically matches that of all exposed pointers
7575
/// (and SB tags, if enabled).
7676
Permissive,
7777
/// Int2ptr casts return pointers with an invalid provenance,

0 commit comments

Comments
 (0)