Prepare for WinZip integration
[hashcat.git] / OpenCL / kernel_twofish256.c
index ab03494..6482a63 100644 (file)
@@ -17,7 +17,7 @@
 /*                                                                      */
 /* -------------------------------------------------------------------- */
 /*                                                                      */
-/* Cleaned and optimized for GPU use with oclHashcat by Jens Steube     */
+/* Cleaned and optimized for GPU use with hashcat by Jens Steube        */
 
 #define extract_byte(x,n) (((x) >> (8 * (n))) & 0xff)