]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/crc.h
Fix typos
[proxmark3-svn] / common / crc.h
index adbfb237c8cd3671dc26db260833af94c6188640..946be8a1a4be31cd1b98935988a07f3d9bc38ce8 100644 (file)
@@ -26,7 +26,7 @@ typedef struct crc {
  * final_xor is XORed onto the state before returning it from crc_result(). */
 extern void crc_init(crc_t *crc, int order, uint32_t polynom, uint32_t initial_value, uint32_t final_xor);
 
-/* Update the crc state. data is the data of length data_width bits (only the the
+/* Update the crc state. data is the data of length data_width bits (only the
  * data_width lower-most bits are used).
  */
 extern void crc_update(crc_t *crc, uint32_t data, int data_width);
Impressum, Datenschutz