From: Pavel Charvat Date: Sun, 26 Oct 2008 18:03:03 +0000 (+0100) Subject: Improved the bbcopy()'s documentation once more :) X-Git-Tag: holmes-import~241 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=1d542df8e8b1ca49df7828f27c6c7a9d6bfb619b;p=libucw.git Improved the bbcopy()'s documentation once more :) --- diff --git a/ucw/fastbuf.h b/ucw/fastbuf.h index c265fdb7..e74034f4 100644 --- a/ucw/fastbuf.h +++ b/ucw/fastbuf.h @@ -568,7 +568,7 @@ static inline void bputsn(struct fastbuf *f, const char *b) void bbcopy_slow(struct fastbuf *f, struct fastbuf *t, uns l); /** * Copy @l bytes of data from fastbuf @f to fastbuf @t. - * `~0U` means all data, even if more than `~0U` bytes remain. + * `UINT_MAX` (`~0U`) means all data, even if more than `UINT_MAX` bytes remain. **/ static inline void bbcopy(struct fastbuf *f, struct fastbuf *t, uns l) {