From a7b5ac73ec024c3c0b13f4fa45c12a27f0e69618 Mon Sep 17 00:00:00 2001 From: Iavor Diatchki Date: Fri, 26 Jan 2018 11:35:29 -0800 Subject: [PATCH] Fix comment --- x86/src/Data/Macaw/X86/ArchTypes.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86/src/Data/Macaw/X86/ArchTypes.hs b/x86/src/Data/Macaw/X86/ArchTypes.hs index 06f695b5..bb42f485 100644 --- a/x86/src/Data/Macaw/X86/ArchTypes.hs +++ b/x86/src/Data/Macaw/X86/ArchTypes.hs @@ -282,7 +282,7 @@ instance Show AVXPointWiseOp2 where -- | Defines primitive functions in the X86 format. data X86PrimFn f tp where EvenParity :: !(f (BVType 8)) -> X86PrimFn f BoolType - -- ^ Return true if least-significant bit has even number of bits set. + -- ^ Return true if the operatnd has has even number of bits set. ReadLoc :: !(X86PrimLoc tp) -> X86PrimFn f tp -- ^ Read from a primitive X86 location ReadFSBase :: X86PrimFn f (BVType 64)