From da770b15367652528ea55de4d5567451e2b79166 Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Fri, 25 Jun 2004 14:53:49 +0000 Subject: [PATCH] typo --- lib/fastbuf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.39.5