X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d716ca2fc1062c3c7f67cb52b0799df32adf6b0d..e8fecd72bc1cb2dc7f48360391f918631e53e965:/common/iso14443crc.h

diff --git a/common/iso14443crc.h b/common/iso14443crc.h
index 80941116..4b1fb7e8 100644
--- a/common/iso14443crc.h
+++ b/common/iso14443crc.h
@@ -8,7 +8,7 @@
 
 #ifndef __ISO14443CRC_H
 #define __ISO14443CRC_H
-#include "../include/common.h"
+#include "common.h"
 
 //-----------------------------------------------------------------------------
 // Routines to compute the CRCs (two different flavours, just for confusion)
@@ -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,