From: Pavel Charvat Date: Sun, 26 Oct 2008 18:00:06 +0000 (+0100) Subject: Slightly simplified bbcopy's documentation. X-Git-Tag: holmes-import~242 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=6e8db049cfa14313e9c20285b73e5b11f63201d1;p=libucw.git Slightly simplified bbcopy's documentation. --- diff --git a/ucw/fastbuf.h b/ucw/fastbuf.h index 633155fe..c265fdb7 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. - * `UINT_MAX` means all data, even if more than `UINT_MAX` bytes remain. + * `~0U` means all data, even if more than `~0U` bytes remain. **/ static inline void bbcopy(struct fastbuf *f, struct fastbuf *t, uns l) {