From 6e8db049cfa14313e9c20285b73e5b11f63201d1 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Sun, 26 Oct 2008 19:00:06 +0100 Subject: [PATCH] Slightly simplified bbcopy's documentation. --- ucw/fastbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5