diff options
author | Alex Auvolat <alex@adnab.me> | 2021-04-08 15:13:02 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-04-27 16:53:47 +0200 |
commit | 119217f9f6f904efda33d80f744404c6935ed827 (patch) | |
tree | 49ba7f92e06b68b5aa1f84d082f7eeeb844b5ee2 /src/model/version_table.rs | |
parent | 2812a027ea5a8ac0de22aedce9552c2420c07019 (diff) | |
download | garage-119217f9f6f904efda33d80f744404c6935ed827.tar.gz garage-119217f9f6f904efda33d80f744404c6935ed827.zip |
change a few comments
Diffstat (limited to 'src/model/version_table.rs')
-rw-r--r-- | src/model/version_table.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/version_table.rs b/src/model/version_table.rs index bb836868..dd088224 100644 --- a/src/model/version_table.rs +++ b/src/model/version_table.rs @@ -72,7 +72,7 @@ impl PartialOrd for VersionBlockKey { /// Informations about a single block #[derive(PartialEq, Eq, Ord, PartialOrd, Clone, Copy, Debug, Serialize, Deserialize)] pub struct VersionBlock { - /// Hash of the block + /// Blake2 sum of the block pub hash: Hash, /// Size of the block pub size: u64, |