Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoranYi committed May 2, 2022
1 parent 71ad121 commit 2252bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/snapshot_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ impl PartialOrd for BankSnapshotInfo {
}
}

// Order BankSnapshotInfo by slot (ascending), which practially is sorting chronologically
// Order BankSnapshotInfo by slot (ascending), which practically is sorting chronologically
impl Ord for BankSnapshotInfo {
fn cmp(&self, other: &Self) -> Ordering {
self.slot.cmp(&other.slot)
Expand Down

0 comments on commit 2252bbb

Please sign in to comment.