Skip to content

Commit 11c0f42

Browse files
nia-eRalfJung
andcommitted
Update src/machine.rs
Co-authored-by: Ralf Jung <post@ralfj.de>
1 parent dc5a6df commit 11c0f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/machine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ pub struct MiriMachine<'tcx> {
532532
/// Needs to be queried by ptr_to_int, hence needs interior mutability.
533533
pub(crate) rng: RefCell<StdRng>,
534534

535-
/// The allocator used for the machine's `AllocBytes`.
535+
/// The allocator used for the machine's `AllocBytes` in native-libs mode.
536536
#[cfg(target_os = "linux")]
537537
pub(crate) allocator: Rc<RefCell<crate::alloc::isolated_alloc::IsolatedAlloc>>,
538538

0 commit comments

Comments
 (0)