aboutsummaryrefslogtreecommitdiff
path: root/src/libdiskfs/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdiskfs/cache.c')
-rw-r--r--src/libdiskfs/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libdiskfs/cache.c b/src/libdiskfs/cache.c
index f1af6f1b..7b06fa4f 100644
--- a/src/libdiskfs/cache.c
+++ b/src/libdiskfs/cache.c
@@ -5,7 +5,7 @@
/*
* Disk cache. Caches by offset, so higher levels have
* to deal with alignment issues (if we get asked for the
- * blocks at offsets 0 and 1, we'll do two reads.
+ * blocks at offsets 0 and 1, we'll do two reads).
*/
typedef struct DiskCache DiskCache;