From 4a59814e90eee79727a75d2bdd171e707cd73c03 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Sun, 9 May 2021 13:42:29 +0200
Subject: [PATCH] fix typo (thanks Paolo)

---
 iris_heap_lang/lib/increment.v | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iris_heap_lang/lib/increment.v b/iris_heap_lang/lib/increment.v
index e704f284f..0fdee4cd0 100644
--- a/iris_heap_lang/lib/increment.v
+++ b/iris_heap_lang/lib/increment.v
@@ -86,7 +86,7 @@ Section increment.
   Qed.
 
   (** A proof of the incr specification that uses lemmas ([aacc_aupd_*]) to
-      avoid reasining with the definition of atomic accessors. These lemmas are
+      avoid reasoning with the definition of atomic accessors. These lemmas are
       only usable here because the atomic update we have and the one we try to
       prove are in 1:1 correspondence; most logically atomic proofs will not be
       able to use them. *)
-- 
GitLab