File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
accounts-db/src/tiered_storage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ const MAX_HOT_OWNER_OFFSET: OwnerOffset = OwnerOffset((1 << 29) - 1);
58
58
/// bytes in HotAccountOffset.
59
59
pub ( crate ) const HOT_ACCOUNT_ALIGNMENT : usize = 8 ;
60
60
61
- /// The alignemnt for the blocks inside a hot accounts file. A hot accounts
61
+ /// The alignment for the blocks inside a hot accounts file. A hot accounts
62
62
/// file consists of accounts block, index block, owners block, and footer.
63
63
/// This requirement allows the offset of each block properly aligned so
64
64
/// that they can be readable under mmap.
@@ -190,7 +190,7 @@ impl TieredAccountMeta for HotAccountMeta {
190
190
/// A builder function that initializes the account data size.
191
191
fn with_account_data_size ( self , _account_data_size : u64 ) -> Self {
192
192
// Hot meta does not store its data size as it derives its data length
193
- // by comparing the offets of two consecutive account meta entries.
193
+ // by comparing the offsets of two consecutive account meta entries.
194
194
self
195
195
}
196
196
You can’t perform that action at this time.
0 commit comments