Skip to content

Commit

Permalink
checksum: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Wünsche committed Apr 12, 2024
1 parent eef9c7d commit 61eefd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion betree/src/checksum/fxhash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl Builder<FxHash> for FxHashBuilder {
}
}

/// The internal state of `XxHash`.
/// The internal state of `FxHash`.
pub struct FxHashState(FxHasher);

impl State for FxHashState {
Expand Down

0 comments on commit 61eefd9

Please sign in to comment.