From: Robert Spalek Date: Fri, 25 Jun 2004 14:53:49 +0000 (+0000) Subject: typo X-Git-Tag: holmes-import~1017 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=da770b15367652528ea55de4d5567451e2b79166;p=libucw.git typo --- diff --git a/lib/fastbuf.h b/lib/fastbuf.h index 9cc646d3..fbaab94a 100644 --- a/lib/fastbuf.h +++ b/lib/fastbuf.h @@ -102,11 +102,12 @@ int bconfig(struct fastbuf *f, uns type, int data); #define BCONFIG_IS_TEMP_FILE 0 #define BCONFIG_CAN_OVERWRITE 1 - /* Specified whether the caller is allowed to perform the following optimized + /* Specifies whether the caller is allowed to perform the following optimized * 0-copy write operation: * - get the buffer by bdirect_read_prepare() * - modify the buffer, e.g. by putting \0's inside * - call bflush() to let the fastbuf know + * Values: * 0: read-only memory * 1: you can write into read-write memory, if you restore the original value * 2: you can rewrite the original content */