diff options
| -rw-r--r-- | compiler/rustc_middle/src/mir/interpret/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/mir/interpret/error.rs b/compiler/rustc_middle/src/mir/interpret/error.rs index fb35f36f030..4826c96000c 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<AllocId>), // |
