]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lzx.h
Merge compression updates
[wimlib] / include / wimlib / lzx.h
index ae1c6a9c696ec28bedae3fca69675d48776ac302..539edf303591eb168c53820486b7f7e794f3abea 100644 (file)
@@ -147,7 +147,7 @@ struct lzx_lru_queue {
 #ifdef __x86_64__
 _aligned_attribute(8)  /* Improves performance of LZX compression by 1% - 2%;
                          specifically, this speeds up
-                         lzx_get_near_optimal_match().  */
+                         lzx_choose_near_optimal_match().  */
 #endif
 ;