]> mj.ucw.cz Git - libucw.git/blobdiff - lib/fastbuf.h
Updated all users of the timer interface to pass an explicit timer context.
[libucw.git] / lib / fastbuf.h
index abcf7118499f0a76a66b5ab1b4a0aa3e11f03e1f..b5aa567ebb72dc0213c5fb67f3b041c2fa2dc12f 100644 (file)
@@ -410,7 +410,7 @@ static inline int bskip(struct fastbuf *f, uns len)
     return bskip_slow(f, len);
 }
 
-/* I/O on addr_int_t */
+/* I/O on uintptr_t */
 
 #ifdef CPU_64BIT_POINTERS
 #define bputa(x,p) bputq(x,p)