From b1013281d38ef0184fc29ae421ab98e7c8a6b3bf Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 31 Jul 2016 22:01:40 +0200 Subject: [PATCH] minor textual fix --- common/iso14443crc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/iso14443crc.h b/common/iso14443crc.h index 87347714..4b1fb7e8 100644 --- a/common/iso14443crc.h +++ b/common/iso14443crc.h @@ -16,7 +16,7 @@ //----------------------------------------------------------------------------- #define CRC_14443_A 0x6363 /* ITU-V.41 */ #define CRC_14443_B 0xFFFF /* ISO/IEC 13239 (formerly ISO/IEC 3309) */ -#define CRC_ICLASS 0xE012 /* ICLASS PRERFIX */ +#define CRC_ICLASS 0xE012 /* ICLASS PREFIX */ void ComputeCrc14443(int CrcType, const unsigned char *Data, int Length, -- 2.39.2