From 856972788504b11f7f860d08bc07cb9e252fe35b Mon Sep 17 00:00:00 2001 From: Valentin Robert Date: Mon, 22 Jan 2024 18:37:11 -0800 Subject: [PATCH] fix incorrect documentation --- base/src/Data/Macaw/AbsDomain/AbsState.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/src/Data/Macaw/AbsDomain/AbsState.hs b/base/src/Data/Macaw/AbsDomain/AbsState.hs index af26dce0..0a3b6064 100644 --- a/base/src/Data/Macaw/AbsDomain/AbsState.hs +++ b/base/src/Data/Macaw/AbsDomain/AbsState.hs @@ -1177,7 +1177,7 @@ setAbsIP a b ------------------------------------------------------------------------ -- AbsProcessorState --- | The absolute value associated with a given architecture. +-- | The type of abstract values associated with a given architecture. -- -- This is only a function of the address width. type ArchAbsValue arch = AbsValue (ArchAddrWidth arch)