diff options
Diffstat (limited to 'src/include/lib/dshash.h')
-rw-r--r-- | src/include/lib/dshash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/lib/dshash.h b/src/include/lib/dshash.h index afee6516af5..3f8086e46d6 100644 --- a/src/include/lib/dshash.h +++ b/src/include/lib/dshash.h @@ -55,7 +55,7 @@ typedef struct dshash_parameters int tranche_id; /* The tranche ID to use for locks */ } dshash_parameters; -/* Forward declaration of private types for use only by dht.c. */ +/* Forward declaration of private types for use only by dshash.c. */ struct dshash_table_item; typedef struct dshash_table_item dshash_table_item; |