X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/39864b0bd41dd5e896bcb8eeabcf2c3932f2203a..f8f62cebc6bcef8302124ac92d146570a3e97a1f:/common/iso14443crc.h

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,