summaryrefslogtreecommitdiff
path: root/dbm
diff options
context:
space:
mode:
Diffstat (limited to 'dbm')
-rw-r--r--dbm/include/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbm/include/hash.h b/dbm/include/hash.h
index 30ca297a1..32930f279 100644
--- a/dbm/include/hash.h
+++ b/dbm/include/hash.h
@@ -131,7 +131,7 @@ typedef struct htab { /* Memory resident data structure */
SEGMENT *dir; /* Hash Bucket directory */
off_t file_size; /* in bytes */
char is_temp; /* unlink file on close */
- char updateEOF; /* close and reopen on flush */
+ char updateEOF; /* force EOF update on flush */
} HTAB;
/*