diff --git a/compiler/rustc_middle/src/mir/interpret/error.rs b/compiler/rustc_middle/src/mir/interpret/error.rs index fb35f36f03055..4826c96000cc2 100644 --- a/compiler/rustc_middle/src/mir/interpret/error.rs +++ b/compiler/rustc_middle/src/mir/interpret/error.rs @@ -404,7 +404,7 @@ pub enum UnsupportedOpInfo { Unsupported(String), /// Encountered a pointer where we needed raw bytes. ReadPointerAsBytes, - /// Overwriting parts ofa pointer; the resulting state cannot be represented in our + /// Overwriting parts of a pointer; the resulting state cannot be represented in our /// `Allocation` data structure. PartialPointerOverwrite(Pointer), //