From e017f57b7f61c2483c4eb47c875eb6b1ef17c1b9 Mon Sep 17 00:00:00 2001 From: ecstatic-morse Date: Mon, 9 Dec 2019 12:56:48 -0800 Subject: [PATCH] Fix typo Co-Authored-By: Oliver Scherer --- src/librustc_mir/interpret/snapshot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_mir/interpret/snapshot.rs b/src/librustc_mir/interpret/snapshot.rs index d1807adcd4b36..b938703a2964e 100644 --- a/src/librustc_mir/interpret/snapshot.rs +++ b/src/librustc_mir/interpret/snapshot.rs @@ -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