From 1d542df8e8b1ca49df7828f27c6c7a9d6bfb619b Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Sun, 26 Oct 2008 19:03:03 +0100 Subject: [PATCH] Improved the bbcopy()'s documentation once more :) --- ucw/fastbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2