From b7b509137830fda21e2354027d846cd6aca32bcb Mon Sep 17 00:00:00 2001
From: Ralf Jung <post@ralfj.de>
Date: Fri, 30 Jul 2021 22:34:35 +0200
Subject: [PATCH] typo

Co-authored-by: Oli Scherer <github35764891676564198441@oli-obk.de>
---
 compiler/rustc_middle/src/mir/interpret/error.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>),
     //