]> mj.ucw.cz Git - libucw.git/commitdiff
Slightly simplified bbcopy's documentation.
authorPavel Charvat <pchar@ucw.cz>
Sun, 26 Oct 2008 18:00:06 +0000 (19:00 +0100)
committerPavel Charvat <pchar@ucw.cz>
Sun, 26 Oct 2008 18:00:06 +0000 (19:00 +0100)
ucw/fastbuf.h

index 633155fe0b7cf9c98a5d5e9f13780924cdf9f0f9..c265fdb71235d3fa6481b6cd4720742b27c5977c 100644 (file)
@@ -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)
 {