aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti/srv/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/venti/srv/dat.h')
-rw-r--r--src/cmd/venti/srv/dat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/venti/srv/dat.h b/src/cmd/venti/srv/dat.h
index 4801204f..ede27798 100644
--- a/src/cmd/venti/srv/dat.h
+++ b/src/cmd/venti/srv/dat.h
@@ -696,7 +696,7 @@ struct Bloom
QLock mod; /* one marker at a time, protects nb */
int nhash;
ulong size; /* bytes in tab */
- ulong mask; /* to produce index */
+ ulong bitmask; /* to produce bit index */
u8int *data;
Part *part;
Channel *writechan;