Skip to content

Commit e017f57

Browse files
Fix typo
Co-Authored-By: Oliver Scherer <[email protected]>
1 parent 345a8d5 commit e017f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/interpret/snapshot.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Capture and compare snapshots of the compile-time interpreter state to detect when a program
22
//! will loop infinitely.
33
//!
4-
//! This lives in `interpret` because it needs access to all sots of private state. However,
4+
//! This lives in `interpret` because it needs access to all sorts of private state. However,
55
//! it is not used by the general miri engine, just by CTFE.
66
//!
77
//! # Comparing interpreter state

0 commit comments

Comments
 (0)