Skip to content

Commit b7b5091

Browse files
RalfJungoli-obk
andcommitted
typo
Co-authored-by: Oli Scherer <[email protected]>
1 parent 14de6ec commit b7b5091

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src/mir/interpret

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/mir/interpret/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ pub enum UnsupportedOpInfo {
404404
Unsupported(String),
405405
/// Encountered a pointer where we needed raw bytes.
406406
ReadPointerAsBytes,
407-
/// Overwriting parts ofa pointer; the resulting state cannot be represented in our
407+
/// Overwriting parts of a pointer; the resulting state cannot be represented in our
408408
/// `Allocation` data structure.
409409
PartialPointerOverwrite(Pointer<AllocId>),
410410
//

0 commit comments

Comments
 (0)