From bc09f812bc50c357125f471fced2828046dc1486 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 25 Aug 2007 12:57:02 +0200 Subject: [PATCH] Removed obsolete comment. --- lib/fastbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fastbuf.h b/lib/fastbuf.h index b8d88116..4e3bc5ca 100644 --- a/lib/fastbuf.h +++ b/lib/fastbuf.h @@ -101,7 +101,7 @@ struct fastbuf *bopen_file_try(const char *name, int mode, struct fb_params *par struct fastbuf *bopen_tmp_file(struct fb_params *params); struct fastbuf *bopen_fd(int fd, struct fb_params *params); -/* FastIO on standard files (specify buffer size 0 to enable mmaping) */ +/* FastIO on standard files */ struct fastbuf *bfdopen_internal(int fd, const char *name, uns buflen); struct fastbuf *bopen(const char *name, uns mode, uns buflen); -- 2.39.2