Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/engine/strat_engine/metadata/static_header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ impl StaticHeader {
/// copies and if one validates but one does not, re-write the one that is incorrect or leave
/// it be, depending on the closure parameter. If both
/// copies are valid, but one is newer than the other, rewrite the older one to match or leave
/// it be depending on the closure paraemter.
/// it be depending on the closure parameter.
/// Return None if it's not a Stratis device.
/// Return an error if the metadata seems to indicate that the device is
/// a Stratis device, but no well-formed signature block could be read.
Expand Down
Loading