From 2295df7246bb07386147659cfca9620aa3d0a93a Mon Sep 17 00:00:00 2001 From: nvt-se Date: Fri, 27 Feb 2009 10:54:08 +0000 Subject: [PATCH] The text suggested that only append operations were supported. --- core/cfs/cfs-coffee.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/cfs/cfs-coffee.h b/core/cfs/cfs-coffee.h index f156b79f3..e8001756e 100644 --- a/core/cfs/cfs-coffee.h +++ b/core/cfs/cfs-coffee.h @@ -54,8 +54,8 @@ * \param size The size of the file. * \return 0 on success, -1 on failure. * - * Coffee uses sequential page structures for append-only files. The - * sequential structure can be reserved with a certain. If no reservation + * Coffee uses sequential page structures for files. The sequential + * structure can be reserved with a certain size. If no reservation * has been done, files will be set to a default size once opened for * the first time. */