We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345a8d5 commit e017f57Copy full SHA for e017f57
src/librustc_mir/interpret/snapshot.rs
@@ -1,7 +1,7 @@
1
//! Capture and compare snapshots of the compile-time interpreter state to detect when a program
2
//! will loop infinitely.
3
//!
4
-//! This lives in `interpret` because it needs access to all sots of private state. However,
+//! This lives in `interpret` because it needs access to all sorts of private state. However,
5
//! it is not used by the general miri engine, just by CTFE.
6
7
//! # Comparing interpreter state
0 commit comments