Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-Authored-By: Oliver Scherer <github35764891676564198441@oli-obk.de>
  • Loading branch information
ecstatic-morse and oli-obk committed Dec 9, 2019
1 parent 345a8d5 commit e017f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/interpret/snapshot.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Capture and compare snapshots of the compile-time interpreter state to detect when a program
//! will loop infinitely.
//!
//! 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,
//! it is not used by the general miri engine, just by CTFE.
//!
//! # Comparing interpreter state
Expand Down

0 comments on commit e017f57

Please sign in to comment.