Skip to content

Commit 7c97b73

Browse files
author
Ellen Arteca
committed
fix outdated doc
1 parent 0b58790 commit 7c97b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/ffi_support.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
1818
cx: &impl HasDataLayout,
1919
) -> InterpResult<'tcx, CArg> {
2020
match arg_type.kind() {
21-
// If the primitive provided can be converted to a type matching the hir type pattern
21+
// If the primitive provided can be converted to a type matching the type pattern
2222
// then create a `CArg` of this primitive value with the corresponding `CArg` constructor.
2323
// the ints
2424
TyKind::Int(IntTy::I8) => {

0 commit comments

Comments
 (0)