summaryrefslogtreecommitdiff
path: root/src/gdbmdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmdefs.h')
-rw-r--r--src/gdbmdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdbmdefs.h b/src/gdbmdefs.h
index 18ab8a0..5857ac5 100644
--- a/src/gdbmdefs.h
+++ b/src/gdbmdefs.h
@@ -159,7 +159,7 @@ typedef struct
/* We want to keep from reading buckets as much as possible. The following is
to implement a bucket cache. When full, buckets will be dropped in a
- least recently read from disk order. */
+ least recently used order. */
/* To speed up fetching and "sequential" access, we need to implement a
data cache for key/data pairs read from the file. To find a key, we