]> git.sur5r.net Git - u-boot/blobdiff - include/u-boot/crc.h
net: tftp: fix type of block arg to store_block
[u-boot] / include / u-boot / crc.h
index 61bce6791454b47945f450ac6f98354be17093f7..07badbfc5a95d170a7ea99d142abd0d2a97d5088 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef _UBOOT_CRC_H
 #define _UBOOT_CRC_H
 
-/* lib_generic/crc32.c */
+/* lib/crc32.c */
 uint32_t crc32 (uint32_t, const unsigned char *, uint);
 uint32_t crc32_wd (uint32_t, const unsigned char *, uint, uint);
 uint32_t crc32_no_comp (uint32_t, const unsigned char *, uint);